Html Css Color HEX #CAE80B Electric Lime

📋 copy color: '#CAE80B'

red 202 ◦ green 232 ◦ blue 11

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

Shades of Electric Lime #CAE80B

Tints of Electric Lime #CAE80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 45.39%
G = 52.13%
B = 2.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#CAE80B (or 0xCAE80B) is known color: Electric Lime. HEX triplet: CA, E8 and 0B. RGB value is (202,232,11). Sum of RGB (Red+Green+Blue) = 202+232+11=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE80B is #3517F4. Grayscale: #C6C6C6. Windows color (decimal): -3479541 or 780490. OLE color: 780490.

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

Color convert

RGB 202 232 11 -
CMYK 0.13 0 0.95 0.09
HSL 68.14º 0.91% 0.48% -
HSV(B) 68.14º 0.95% 0.91% -
XYZ 53.27 70.29 11.08 -
YUV 197.84 22.56 130.97 -
System Red Green Blue C M Y K H S L
Decimal 202 232 11 0.13 0 0.95 0.09 68.14 0.91 0.48
Hex CA E8 B D 0 5F 9 44 5B 30
Octal 312 350 13 15 0 137 11 104 133 60
Binary 11001010 11101000 1011 1101 0 1011111 1001 1000100 1011011 110000

Color Harmonies of #CAE80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE80B

Black with #CAE80B

Text Example


Text Example

White with #CAE80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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