Html Css Color HEX #CAF60D Electric Lime

📋 copy color: '#CAF60D'

red 202 ◦ green 246 ◦ blue 13

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

Shades of Electric Lime #CAF60D

Tints of Electric Lime #CAF60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.82%

R = 43.82%
G = 53.36%
B = 2.82%

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

#CAF60D (or 0xCAF60D) is known color: Electric Lime. HEX triplet: CA, F6 and 0D. RGB value is (202,246,13). Sum of RGB (Red+Green+Blue) = 202+246+13=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF60D is #3509F2. Grayscale: #CFCFCF. Windows color (decimal): -3475955 or 915146. OLE color: 915146.

HSL color Cylindrical-coordinate representation of color #CAF60D: hue angle of 71.33º 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 #CAF60D is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 13 -
CMYK 0.18 0 0.95 0.04
HSL 71.33º 0.93% 0.51% -
HSV(B) 71.33º 0.95% 0.96% -
XYZ 57.39 78.5 12.51 -
YUV 206.28 18.92 124.95 -
System Red Green Blue C M Y K H S L
Decimal 202 246 13 0.18 0 0.95 0.04 71.33 0.93 0.51
Hex CA F6 D 12 0 5F 4 47 5D 33
Octal 312 366 15 22 0 137 4 107 135 63
Binary 11001010 11110110 1101 10010 0 1011111 100 1000111 1011101 110011

Color Harmonies of #CAF60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF60D

Black with #CAF60D

Text Example


Text Example

White with #CAF60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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