#CAF009

Color #CAF009 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CAF009

Tints of Electric Lime #CAF009

Color information

#CAF009 (or 0xCAF009) is unknown color: approx Electric Lime. HEX triplet: CA, F0 and 09. RGB value is (202,240,9). Sum of RGB (Red+Green+Blue) = 202+240+9=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF009 is #350FF6. Grayscale: #CBCBCB. Windows color (decimal): -3477495 or 651466. OLE color: 651466.

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

Color convert

RGB2022409-
CMYK0.1600.960.06
HSL69.87º92.77%48.82%-
HSV(B)69.87º96.25%94.12%-
XYZ55.5774.911.79-
YUV202.318.91127.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 240 (94.14% from 255) = 53.22%
BLUE value IS 9 (3.91% from 255) = 2.00%
R=44.79%
G=53.22%
B=2.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20224090.1600.960.0669.8792.7748.82
HexCAF09100606465d31
Octal31236011200140610613561
Binary11001010111100001001100000110000011010001101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF009; }

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

 H1.HeaderClassName
 {
   color: #CAF009;
 }
 .AnyTagClassName
 {
   color: #CAF009;
 }
</style>
background-color css

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

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

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

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

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

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