Shades of Electric Lime #CAE004
Tints of Electric Lime #CAE004
RGB
CMYK
RGB Variations
Color information
#CAE004 (or 0xCAE004) is known color: Electric Lime. HEX triplet: CA, E0 and 04. RGB value is (202,224,4). Sum of RGB (Red+Green+Blue) = 202+224+4=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE004 is #351FFB. Grayscale: #C1C1C1. Windows color (decimal): -3481596 or 319690. OLE color: 319690.
HSL color Cylindrical-coordinate representation of color #CAE004: hue angle of 66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAE004 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.12 |
| HSL | 66º | 0.96% | 0.45% | - |
| HSV(B) | 66º | 0.98% | 0.88% | - |
| XYZ | 51.03 | 65.88 | 10.14 | - |
| YUV | 192.34 | 21.71 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 4 | 0.10 | 0 | 0.98 | 0.12 | 66 | 0.96 | 0.45 |
| Hex | CA | E0 | 4 | A | 0 | 62 | C | 42 | 60 | 2D |
| Octal | 312 | 340 | 4 | 12 | 0 | 142 | 14 | 102 | 140 | 55 |
| Binary | 11001010 | 11100000 | 100 | 1010 | 0 | 1100010 | 1100 | 1000010 | 1100000 | 101101 |
Color Harmonies of #CAE004
Complementary color
Monochromatic Colors of #CAE004
Black with #CAE004
Text Example
Text Example
White with #CAE004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE004; }
p { color: rgb(202,224,4); }
H1.HeaderClassName
{
color: #CAE004;
}
.AnyTagClassName
{
color: #CAE004;
}
</style>
background-color css
<style>
a { background-color: #CAE004; }
a { background-color: rgb(202,224,4); }
div.DivClassName
{
background-color: #CAE004;
}
.BgClassName
{
background-color: #CAE004;
}
</style>
border-color css
<style>
span { border-color: #CAE004; }
span { border-color: rgb(202,224,4); }
td.TdClassName
{
border-color: #CAE004;
}
.TagClassName
{
border-color: #CAE004;
}
</style>