Html Css Color HEX #CAF010 Electric Lime

📋 copy color: '#CAF010'

red 202 ◦ green 240 ◦ blue 16

#CAF010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CAF010

Tints of Electric Lime #CAF010

RGB

 RED value IS 202 (79.3% from 255) = 44.1%

 GREEN value IS 240 (94.14% from 255) = 52.4%

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 44.1%
G = 52.4%
B = 3.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAF010 (or 0xCAF010) is known color: Electric Lime. HEX triplet: CA, F0 and 10. RGB value is (202,240,16). Sum of RGB (Red+Green+Blue) = 202+240+16=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF010 is #350FEF. Grayscale: #CBCBCB. Windows color (decimal): -3477488 or 1110218. OLE color: 1110218.

HSL color Cylindrical-coordinate representation of color #CAF010: hue angle of 70.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF010 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 16 -
CMYK 0.16 0 0.93 0.06
HSL 70.18º 0.88% 0.5% -
HSV(B) 70.18º 0.93% 0.94% -
XYZ 55.61 74.91 12.02 -
YUV 203.1 22.41 127.21 -
System Red Green Blue C M Y K H S L
Decimal 202 240 16 0.16 0 0.93 0.06 70.18 0.88 0.5
Hex CA F0 10 10 0 5D 6 46 58 32
Octal 312 360 20 20 0 135 6 106 130 62
Binary 11001010 11110000 10000 10000 0 1011101 110 1000110 1011000 110010

Color Harmonies of #CAF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF010

Black with #CAF010

Text Example


Text Example

White with #CAF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF010; }

 p { color: rgb(202,240,16); }

 H1.HeaderClassName
 {
   color: #CAF010;
 }
 .AnyTagClassName
 {
   color: #CAF010;
 }
</style>

background-color css

<style>
 a { background-color: #CAF010; }

 a { background-color: rgb(202,240,16); }

 div.DivClassName
 {
   background-color: #CAF010;
 }
 .BgClassName
 {
   background-color: #CAF010;
 }
</style>

border-color css

<style>
 span { border-color: #CAF010; }

 span { border-color: rgb(202,240,16); }

 td.TdClassName
 {
   border-color: #CAF010;
 }
 .TagClassName
 {
   border-color: #CAF010;
 }
</style>