#CAEF0F

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

Shades of Electric Lime #CAEF0F

Tints of Electric Lime #CAEF0F

Color information

#CAEF0F (or 0xCAEF0F) is unknown color: approx Electric Lime. HEX triplet: CA, EF and 0F. RGB value is (202,239,15). Sum of RGB (Red+Green+Blue) = 202+239+15=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEF0F is #3510F0. Grayscale: #CBCBCB. Windows color (decimal): -3477745 or 1044426. OLE color: 1044426.

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

Color convert

RGB20223915-
CMYK0.1500.940.06
HSL69.91º88.19%49.8%-
HSV(B)69.91º93.72%93.73%-
XYZ55.3174.3211.88-
YUV202.422.24127.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 239 (93.75% from 255) = 52.41%
BLUE value IS 15 (6.25% from 255) = 3.29%
R=44.30%
G=52.41%
B=3.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202239150.1500.940.0669.9188.1949.8
HexCAEFFF05E6465832
Octal31235717170136610613062
Binary1100101011101111111111110101111011010001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEF0F; }

 p { color: rgb(202,239,15); }

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

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

 a { background-color: rgb(202,239,15); }

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

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

 span { border-color: rgb(202,239,15); }

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