Html Css Color HEX #CAE808 Electric Lime

📋 copy color: '#CAE808'

red 202 ◦ green 232 ◦ blue 8

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

Shades of Electric Lime #CAE808

Tints of Electric Lime #CAE808

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.49%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 45.7%
G = 52.49%
B = 1.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#CAE808 (or 0xCAE808) is known color: Electric Lime. HEX triplet: CA, E8 and 08. RGB value is (202,232,8). Sum of RGB (Red+Green+Blue) = 202+232+8=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE808 is #3517F7. Grayscale: #C6C6C6. Windows color (decimal): -3479544 or 583882. OLE color: 583882.

HSL color Cylindrical-coordinate representation of color #CAE808: hue angle of 68.04º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAE808 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 8 -
CMYK 0.13 0 0.97 0.09
HSL 68.04º 0.93% 0.47% -
HSV(B) 68.04º 0.97% 0.91% -
XYZ 53.26 70.29 10.99 -
YUV 197.49 21.06 131.21 -
System Red Green Blue C M Y K H S L
Decimal 202 232 8 0.13 0 0.97 0.09 68.04 0.93 0.47
Hex CA E8 8 D 0 61 9 44 5D 2F
Octal 312 350 10 15 0 141 11 104 135 57
Binary 11001010 11101000 1000 1101 0 1100001 1001 1000100 1011101 101111

Color Harmonies of #CAE808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE808

Black with #CAE808

Text Example


Text Example

White with #CAE808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE808; }

 p { color: rgb(202,232,8); }

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

background-color css

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

 a { background-color: rgb(202,232,8); }

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

border-color css

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

 span { border-color: rgb(202,232,8); }

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