Html Css Color HEX #CAE80A Electric Lime

📋 copy color: '#CAE80A'

red 202 ◦ green 232 ◦ blue 10

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

Shades of Electric Lime #CAE80A

Tints of Electric Lime #CAE80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 45.5%
G = 52.25%
B = 2.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#CAE80A (or 0xCAE80A) is known color: Electric Lime. HEX triplet: CA, E8 and 0A. RGB value is (202,232,10). Sum of RGB (Red+Green+Blue) = 202+232+10=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE80A is #3517F5. Grayscale: #C6C6C6. Windows color (decimal): -3479542 or 714954. OLE color: 714954.

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

Color convert

RGB 202 232 10 -
CMYK 0.13 0 0.96 0.09
HSL 68.11º 0.92% 0.47% -
HSV(B) 68.11º 0.96% 0.91% -
XYZ 53.27 70.29 11.05 -
YUV 197.72 22.06 131.05 -
System Red Green Blue C M Y K H S L
Decimal 202 232 10 0.13 0 0.96 0.09 68.11 0.92 0.47
Hex CA E8 A D 0 60 9 44 5C 2F
Octal 312 350 12 15 0 140 11 104 134 57
Binary 11001010 11101000 1010 1101 0 1100000 1001 1000100 1011100 101111

Color Harmonies of #CAE80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE80A

Black with #CAE80A

Text Example


Text Example

White with #CAE80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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