#CAF410

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

Shades of Electric Lime #CAF410

Tints of Electric Lime #CAF410

Color information

#CAF410 (or 0xCAF410) is unknown color: approx Electric Lime. HEX triplet: CA, F4 and 10. RGB value is (202,244,16). Sum of RGB (Red+Green+Blue) = 202+244+16=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF410 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF410 is #350BEF. Grayscale: #CECECE. Windows color (decimal): -3476464 or 1111242. OLE color: 1111242.

HSL color Cylindrical-coordinate representation of color #CAF410: hue angle of 71.05º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF410 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB20224416-
CMYK0.1700.930.04
HSL71.05º91.2%50.98%-
HSV(B)71.05º93.44%95.69%-
XYZ56.877.312.42-
YUV205.4521.09125.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 244 (95.70% from 255) = 52.81%
BLUE value IS 16 (6.64% from 255) = 3.46%
R=43.72%
G=52.81%
B=3.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202244160.1700.930.0471.0591.250.98
HexCAF4101105D4475b33
Octal31236420210135410713363
Binary110010101111010010000100010101110110010001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF410; }

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

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

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

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

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

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

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

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