Html Css Color HEX #CAF70E Electric Lime

📋 copy color: '#CAF70E'

red 202 ◦ green 247 ◦ blue 14

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

Shades of Electric Lime #CAF70E

Tints of Electric Lime #CAF70E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.35%

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 43.63%
G = 53.35%
B = 3.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CAF70E (or 0xCAF70E) is known color: Electric Lime. HEX triplet: CA, F7 and 0E. RGB value is (202,247,14). Sum of RGB (Red+Green+Blue) = 202+247+14=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 247 (96.88% from 255 or 53.35% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF70E is #3508F1. Grayscale: #CFCFCF. Windows color (decimal): -3475698 or 980938. OLE color: 980938.

HSL color Cylindrical-coordinate representation of color #CAF70E: hue angle of 71.59º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAF70E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 14 -
CMYK 0.18 0 0.94 0.03
HSL 71.59º 0.94% 0.51% -
HSV(B) 71.59º 0.94% 0.97% -
XYZ 57.7 79.11 12.64 -
YUV 206.98 19.09 124.45 -
System Red Green Blue C M Y K H S L
Decimal 202 247 14 0.18 0 0.94 0.03 71.59 0.94 0.51
Hex CA F7 E 12 0 5E 3 48 5E 33
Octal 312 367 16 22 0 136 3 110 136 63
Binary 11001010 11110111 1110 10010 0 1011110 11 1001000 1011110 110011

Color Harmonies of #CAF70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF70E

Black with #CAF70E

Text Example


Text Example

White with #CAF70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF70E; }

 p { color: rgb(202,247,14); }

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

background-color css

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

 a { background-color: rgb(202,247,14); }

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

border-color css

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

 span { border-color: rgb(202,247,14); }

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