Html Css Color HEX #CAF60C Electric Lime

📋 copy color: '#CAF60C'

red 202 ◦ green 246 ◦ blue 12

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

Shades of Electric Lime #CAF60C

Tints of Electric Lime #CAF60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 43.91%
G = 53.48%
B = 2.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#CAF60C (or 0xCAF60C) is known color: Electric Lime. HEX triplet: CA, F6 and 0C. RGB value is (202,246,12). Sum of RGB (Red+Green+Blue) = 202+246+12=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 246 (96.48% from 255 or 53.48% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF60C is #3509F3. Grayscale: #CFCFCF. Windows color (decimal): -3475956 or 849610. OLE color: 849610.

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

Color convert

RGB 202 246 12 -
CMYK 0.18 0 0.95 0.04
HSL 71.28º 0.93% 0.51% -
HSV(B) 71.28º 0.95% 0.96% -
XYZ 57.38 78.49 12.47 -
YUV 206.17 18.42 125.03 -
System Red Green Blue C M Y K H S L
Decimal 202 246 12 0.18 0 0.95 0.04 71.28 0.93 0.51
Hex CA F6 C 12 0 5F 4 47 5D 33
Octal 312 366 14 22 0 137 4 107 135 63
Binary 11001010 11110110 1100 10010 0 1011111 100 1000111 1011101 110011

Color Harmonies of #CAF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF60C

Black with #CAF60C

Text Example


Text Example

White with #CAF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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