Html Css Color HEX #CAF802 Electric Lime

📋 copy color: '#CAF802'

red 202 ◦ green 248 ◦ blue 2

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

Shades of Electric Lime #CAF802

Tints of Electric Lime #CAF802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.87%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 44.69%
G = 54.87%
B = 0.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CAF802 (or 0xCAF802) is known color: Electric Lime. HEX triplet: CA, F8 and 02. RGB value is (202,248,2). Sum of RGB (Red+Green+Blue) = 202+248+2=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 248 (97.27% from 255 or 54.87% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF802 is #3507FD. Grayscale: #CFCFCF. Windows color (decimal): -3475454 or 194762. OLE color: 194762.

HSL color Cylindrical-coordinate representation of color #CAF802: hue angle of 71.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAF802 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 2 -
CMYK 0.19 0 0.99 0.03
HSL 71.22º 0.98% 0.49% -
HSV(B) 71.22º 0.99% 0.97% -
XYZ 57.94 79.7 12.39 -
YUV 206.2 12.76 125 -
System Red Green Blue C M Y K H S L
Decimal 202 248 2 0.19 0 0.99 0.03 71.22 0.98 0.49
Hex CA F8 2 13 0 63 3 47 62 31
Octal 312 370 2 23 0 143 3 107 142 61
Binary 11001010 11111000 10 10011 0 1100011 11 1000111 1100010 110001

Color Harmonies of #CAF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF802

Black with #CAF802

Text Example


Text Example

White with #CAF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF802; }

 p { color: rgb(202,248,2); }

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

background-color css

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

 a { background-color: rgb(202,248,2); }

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

border-color css

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

 span { border-color: rgb(202,248,2); }

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