Html Css Color HEX #CAF60E Electric Lime

📋 copy color: '#CAF60E'

red 202 ◦ green 246 ◦ blue 14

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

Shades of Electric Lime #CAF60E

Tints of Electric Lime #CAF60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.25%

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

R = 43.72%
G = 53.25%
B = 3.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#CAF60E (or 0xCAF60E) is known color: Electric Lime. HEX triplet: CA, F6 and 0E. RGB value is (202,246,14). Sum of RGB (Red+Green+Blue) = 202+246+14=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF60E is #3509F1. Grayscale: #CFCFCF. Windows color (decimal): -3475954 or 980682. OLE color: 980682.

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

Color convert

RGB 202 246 14 -
CMYK 0.18 0 0.94 0.04
HSL 71.38º 0.93% 0.51% -
HSV(B) 71.38º 0.94% 0.96% -
XYZ 57.39 78.5 12.54 -
YUV 206.4 19.42 124.86 -
System Red Green Blue C M Y K H S L
Decimal 202 246 14 0.18 0 0.94 0.04 71.38 0.93 0.51
Hex CA F6 E 12 0 5E 4 47 5D 33
Octal 312 366 16 22 0 136 4 107 135 63
Binary 11001010 11110110 1110 10010 0 1011110 100 1000111 1011101 110011

Color Harmonies of #CAF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF60E

Black with #CAF60E

Text Example


Text Example

White with #CAF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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