Html Css Color HEX #CAE80D Electric Lime

📋 copy color: '#CAE80D'

red 202 ◦ green 232 ◦ blue 13

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

Shades of Electric Lime #CAE80D

Tints of Electric Lime #CAE80D

RGB

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

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

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

R = 45.19%
G = 51.9%
B = 2.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CAE80D (or 0xCAE80D) is known color: Electric Lime. HEX triplet: CA, E8 and 0D. RGB value is (202,232,13). Sum of RGB (Red+Green+Blue) = 202+232+13=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE80D is #3517F2. Grayscale: #C6C6C6. Windows color (decimal): -3479539 or 911562. OLE color: 911562.

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

Color convert

RGB 202 232 13 -
CMYK 0.13 0 0.94 0.09
HSL 68.22º 0.89% 0.48% -
HSV(B) 68.22º 0.94% 0.91% -
XYZ 53.29 70.3 11.14 -
YUV 198.06 23.56 130.81 -
System Red Green Blue C M Y K H S L
Decimal 202 232 13 0.13 0 0.94 0.09 68.22 0.89 0.48
Hex CA E8 D D 0 5E 9 44 59 30
Octal 312 350 15 15 0 136 11 104 131 60
Binary 11001010 11101000 1101 1101 0 1011110 1001 1000100 1011001 110000

Color Harmonies of #CAE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE80D

Black with #CAE80D

Text Example


Text Example

White with #CAE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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