crispedge.com

#f0fc30 hex color - Green - Warm color - Information

#f0fc30 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #f0fc30 Color code in RGB color code model is created after adding 94.12% red color, 98.82% green color and 18.82% blue color. Hex #f0fc30 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 81% yellow and 1% black.

Hex #f0fc30 color code is between #eeff33 web safe hex color code and #ffee22 web safe hex color code. #eeff33 is the nearest web safe color code. You can see here many more shades of #f0fc30 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codef0fc30#f0fc30
RGB Decimal240, 252, 48rgb(240, 252, 48)
RGB Percent94%, 99%, 19%rgb(94%, 99%, 19%)
CSS RGBa240, 252, 48,1rgba(240,252,48,1)
CMYK Modelcmyk(5%,0%,81%,1%)
HSL Color Space64,97% ,59%hsl(64,97% ,59%)
HSV Color Space64°, 81%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001111110000110000
Octal36037460
Decimal24025248
Hexf0fc30

Different shades of #f0fc30 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #f0fc30
#f4fd62
Dark Shade of #f0fc30
#e7f504
Saturated Shade of #f0fc30
#f3ff2d
Desaturated Shade of #f0fc30
#e7f13a
Grey scale Shade of #f0fc30
#969696
Brighten Shade
#ffff49
Most Readable Shade
#000000

Shades of #f0fc30 color code

Generate more color scales with scales (color stack) generator.

#f0fc30
#d5e02a
#bac425
#a0a820
#858c1a
#6a7015
#505410
#35380a
#1a1c05
#000000

Similar Color like #f0fc30 color

Find visually similar hex color codes nearing to #f0fc30 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#f1fd31
#f2fe32
#f3ff33
#f4ff34
#f5ff35
#f6ff36
#f7ff37
#f8ff38
#f9ff39
#faff3a
#fbff3b
#fcff3c
#fdff3d
#feff3e
#effb2f
#eefa2e
#edf92d
#ecf82c
#ebf72b
#eaf62a
#e9f529
#e8f428
#e7f327
#e6f226
#e5f125
#e4f024
#e3ef23
#e2ee22

Monochromatic Color with #f0fc30

#f0fc30
#262708
#4e5210
#777c18
#9fa720
#c8d128

Tints of #f0fc30 Color

#f0fc30
#f1fc47
#f3fc5e
#f5fd75
#f6fd8c
#f8fda3
#fafeba
#fbfed1
#fdfee8
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#f0fc30
#3c30fc

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#f0fc30
#308afc
#a230fc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fcb630
#fcdf30
#f0fc30
#c7fc30
#9efc30

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#f0fc30
#30f0fc
#fc30f0

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#f0fc30
#30fca2
#3c30fc
#fc308a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#f0fc30
#3c30fc
#a230fc
#8afc30

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #f0fc30 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#f0fc30 Color Code Preview on Black Background Color

This is how #f0fc30 Color will look on black background color. Color contrast ratio is 18.67

#f0fc30 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#f0fc30">Your Example Paragraph content text in with font color #f0fc30 </p>

Your Example Paragraph content text in with font color #f0fc30

HTML with inline CSS

<div style="color:#f0fc30">Your Paragraph text in with font color #f0fc30 </div>

Your Example Paragraph content text in with font color #f0fc30

#f0fc30 color code is use for CSS Background Color

Background color for the above div is #f0fc30

HTML with inline CSS

<div style="background-color:#f0fc30;"></div>

#f0fc30 color code is use for CSS Border Color

CSS Border color for the above div is #f0fc30

HTML with inline CSS

<div style="border:5px solid #f0fc30;"></div>

CSS Border Left color for the above div is #f0fc30

HTML with inline CSS

<div style="border-left:5px solid #f0fc30;"></div>

CSS Border Right color for the above div is #f0fc30

HTML with inline CSS

<div style="border-right:5px solid #f0fc30;"></div>

CSS Border Bottom color for the above div is #f0fc30

HTML with inline CSS

<div style="border-bottom:5px solid #f0fc30;"></div>

CSS Border Top color for the above div is #f0fc30

HTML with inline CSS

<div style="border-top:5px solid #f0fc30;"></div>

#f0fc30 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#f0fc30; } .examplecolorclass {color:#f0fc30; } .examplebordercolor {border:3px solid #f0fc30; }

#f0fc30 Color code Preview on White Background

This is how #f0fc30 Color code will look on white background color. Color contrast ratio is 1.12

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #f0fc30; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #f0fc30; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(240,252,48,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,48,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,252,48,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>