Html Css Color HEX #CAF00D Electric Lime

📋 copy color: '#CAF00D'

red 202 ◦ green 240 ◦ blue 13

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

Shades of Electric Lime #CAF00D

Tints of Electric Lime #CAF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.75%

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

R = 44.4%
G = 52.75%
B = 2.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#CAF00D (or 0xCAF00D) is known color: Electric Lime. HEX triplet: CA, F0 and 0D. RGB value is (202,240,13). Sum of RGB (Red+Green+Blue) = 202+240+13=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF00D is #350FF2. Grayscale: #CBCBCB. Windows color (decimal): -3477491 or 913610. OLE color: 913610.

HSL color Cylindrical-coordinate representation of color #CAF00D: hue angle of 70.04º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF00D is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 13 -
CMYK 0.16 0 0.95 0.06
HSL 70.04º 0.9% 0.5% -
HSV(B) 70.04º 0.95% 0.94% -
XYZ 55.59 74.91 11.91 -
YUV 202.76 20.91 127.46 -
System Red Green Blue C M Y K H S L
Decimal 202 240 13 0.16 0 0.95 0.06 70.04 0.9 0.5
Hex CA F0 D 10 0 5F 6 46 5A 32
Octal 312 360 15 20 0 137 6 106 132 62
Binary 11001010 11110000 1101 10000 0 1011111 110 1000110 1011010 110010

Color Harmonies of #CAF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF00D

Black with #CAF00D

Text Example


Text Example

White with #CAF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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