Html Css Color HEX #CAF212 Electric Lime

📋 copy color: '#CAF212'

red 202 ◦ green 242 ◦ blue 18

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

Shades of Electric Lime #CAF212

Tints of Electric Lime #CAF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.38%

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 43.72%
G = 52.38%
B = 3.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CAF212 (or 0xCAF212) is known color: Electric Lime. HEX triplet: CA, F2 and 12. RGB value is (202,242,18). Sum of RGB (Red+Green+Blue) = 202+242+18=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF212 is #350DED. Grayscale: #CDCDCD. Windows color (decimal): -3476974 or 1241802. OLE color: 1241802.

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

Color convert

RGB 202 242 18 -
CMYK 0.17 0 0.93 0.05
HSL 70.71º 0.9% 0.51% -
HSV(B) 70.71º 0.93% 0.95% -
XYZ 56.22 76.1 12.3 -
YUV 204.5 22.75 126.21 -
System Red Green Blue C M Y K H S L
Decimal 202 242 18 0.17 0 0.93 0.05 70.71 0.9 0.51
Hex CA F2 12 11 0 5D 5 47 5A 33
Octal 312 362 22 21 0 135 5 107 132 63
Binary 11001010 11110010 10010 10001 0 1011101 101 1000111 1011010 110011

Color Harmonies of #CAF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF212

Black with #CAF212

Text Example


Text Example

White with #CAF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF212; }

 p { color: rgb(202,242,18); }

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

background-color css

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

 a { background-color: rgb(202,242,18); }

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

border-color css

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

 span { border-color: rgb(202,242,18); }

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