Shades of Electric Lime #CAEC00
Tints of Electric Lime #CAEC00
RGB
CMYK
RGB Variations
Color information
#CAEC00 (or 0xCAEC00) is known color: Electric Lime. HEX triplet: CA, EC and 00. RGB value is (202,236,0). Sum of RGB (Red+Green+Blue) = 202+236+0=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEC00 is #3513FF. Grayscale: #C7C7C7. Windows color (decimal): -3478528 or 60618. OLE color: 60618.
HSL color Cylindrical-coordinate representation of color #CAEC00: hue angle of 68.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAEC00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.07 |
| HSL | 68.64º | 1% | 0.46% | - |
| HSV(B) | 68.64º | 1% | 0.93% | - |
| XYZ | 54.35 | 72.55 | 11.14 | - |
| YUV | 198.93 | 15.74 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 0 | 0.14 | 0 | 1 | 0.07 | 68.64 | 1 | 0.46 |
| Hex | CA | EC | 0 | E | 0 | 64 | 7 | 45 | 64 | 2E |
| Octal | 312 | 354 | 0 | 16 | 0 | 144 | 7 | 105 | 144 | 56 |
| Binary | 11001010 | 11101100 | 0 | 1110 | 0 | 1100100 | 111 | 1000101 | 1100100 | 101110 |
Color Harmonies of #CAEC00
Complementary color
Monochromatic Colors of #CAEC00
Black with #CAEC00
Text Example
Text Example
White with #CAEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEC00; }
p { color: rgb(202,236,0); }
H1.HeaderClassName
{
color: #CAEC00;
}
.AnyTagClassName
{
color: #CAEC00;
}
</style>
background-color css
<style>
a { background-color: #CAEC00; }
a { background-color: rgb(202,236,0); }
div.DivClassName
{
background-color: #CAEC00;
}
.BgClassName
{
background-color: #CAEC00;
}
</style>
border-color css
<style>
span { border-color: #CAEC00; }
span { border-color: rgb(202,236,0); }
td.TdClassName
{
border-color: #CAEC00;
}
.TagClassName
{
border-color: #CAEC00;
}
</style>