Html Css Color HEX #CAE800 Electric Lime

📋 copy color: '#CAE800'

red 202 ◦ green 232 ◦ blue 0

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

Shades of Electric Lime #CAE800

Tints of Electric Lime #CAE800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.54%
G = 53.46%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#CAE800 (or 0xCAE800) is known color: Electric Lime. HEX triplet: CA, E8 and 00. RGB value is (202,232,0). Sum of RGB (Red+Green+Blue) = 202+232+0=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 232 (91.02% from 255 or 53.46% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE800 is #3517FF. Grayscale: #C5C5C5. Windows color (decimal): -3479552 or 59594. OLE color: 59594.

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

Color convert

RGB 202 232 0 -
CMYK 0.13 0 1 0.09
HSL 67.76º 1% 0.45% -
HSV(B) 67.76º 1% 0.91% -
XYZ 53.21 70.27 10.76 -
YUV 196.58 17.06 131.86 -
System Red Green Blue C M Y K H S L
Decimal 202 232 0 0.13 0 1 0.09 67.76 1 0.45
Hex CA E8 0 D 0 64 9 44 64 2D
Octal 312 350 0 15 0 144 11 104 144 55
Binary 11001010 11101000 0 1101 0 1100100 1001 1000100 1100100 101101

Color Harmonies of #CAE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE800

Black with #CAE800

Text Example


Text Example

White with #CAE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE800; }

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

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

background-color css

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

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

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

border-color css

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

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

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