Html Css Color HEX #CAF214 Electric Lime

📋 copy color: '#CAF214'

red 202 ◦ green 242 ◦ blue 20

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

Shades of Electric Lime #CAF214

Tints of Electric Lime #CAF214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.31%

R = 43.53%
G = 52.16%
B = 4.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CAF214 (or 0xCAF214) is known color: Electric Lime. HEX triplet: CA, F2 and 14. RGB value is (202,242,20). Sum of RGB (Red+Green+Blue) = 202+242+20=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF214 is #350DEB. Grayscale: #CDCDCD. Windows color (decimal): -3476972 or 1372874. OLE color: 1372874.

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

Color convert

RGB 202 242 20 -
CMYK 0.17 0 0.92 0.05
HSL 70.81º 0.9% 0.51% -
HSV(B) 70.81º 0.92% 0.95% -
XYZ 56.24 76.11 12.39 -
YUV 204.73 23.75 126.05 -
System Red Green Blue C M Y K H S L
Decimal 202 242 20 0.17 0 0.92 0.05 70.81 0.9 0.51
Hex CA F2 14 11 0 5C 5 47 5A 33
Octal 312 362 24 21 0 134 5 107 132 63
Binary 11001010 11110010 10100 10001 0 1011100 101 1000111 1011010 110011

Color Harmonies of #CAF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF214

Black with #CAF214

Text Example


Text Example

White with #CAF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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