Html Css Color HEX #CAF410 Electric Lime

📋 copy color: '#CAF410'

red 202 ◦ green 244 ◦ blue 16

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

Shades of Electric Lime #CAF410

Tints of Electric Lime #CAF410

RGB

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

 GREEN value IS 244 (95.7% 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 value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CAF410 (or 0xCAF410) is known color: 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

RGB 202 244 16 -
CMYK 0.17 0 0.93 0.04
HSL 71.05º 0.91% 0.51% -
HSV(B) 71.05º 0.93% 0.96% -
XYZ 56.8 77.3 12.42 -
YUV 205.45 21.09 125.54 -
System Red Green Blue C M Y K H S L
Decimal 202 244 16 0.17 0 0.93 0.04 71.05 0.91 0.51
Hex CA F4 10 11 0 5D 4 47 5B 33
Octal 312 364 20 21 0 135 4 107 133 63
Binary 11001010 11110100 10000 10001 0 1011101 100 1000111 1011011 110011

Color Harmonies of #CAF410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF410

Black with #CAF410

Text Example


Text Example

White with #CAF410

Text Example


Text Example

HTML Codes & Css Web 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>