Shades of Electric Lime #CAE400
Tints of Electric Lime #CAE400
RGB
CMYK
RGB Variations
Color information
#CAE400 (or 0xCAE400) is known color: Electric Lime. HEX triplet: CA, E4 and 00. RGB value is (202,228,0). Sum of RGB (Red+Green+Blue) = 202+228+0=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 228 (89.45% from 255 or 53.02% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE400 is #351BFF. Grayscale: #C3C3C3. Windows color (decimal): -3480576 or 58570. OLE color: 58570.
HSL color Cylindrical-coordinate representation of color #CAE400: hue angle of 66.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAE400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.11 |
| HSL | 66.84º | 1% | 0.45% | - |
| HSV(B) | 66.84º | 1% | 0.89% | - |
| XYZ | 52.1 | 68.04 | 10.39 | - |
| YUV | 194.23 | 18.39 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 0 | 0.11 | 0 | 1 | 0.11 | 66.84 | 1 | 0.45 |
| Hex | CA | E4 | 0 | B | 0 | 64 | B | 43 | 64 | 2D |
| Octal | 312 | 344 | 0 | 13 | 0 | 144 | 13 | 103 | 144 | 55 |
| Binary | 11001010 | 11100100 | 0 | 1011 | 0 | 1100100 | 1011 | 1000011 | 1100100 | 101101 |
Color Harmonies of #CAE400
Complementary color
Monochromatic Colors of #CAE400
Black with #CAE400
Text Example
Text Example
White with #CAE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE400; }
p { color: rgb(202,228,0); }
H1.HeaderClassName
{
color: #CAE400;
}
.AnyTagClassName
{
color: #CAE400;
}
</style>
background-color css
<style>
a { background-color: #CAE400; }
a { background-color: rgb(202,228,0); }
div.DivClassName
{
background-color: #CAE400;
}
.BgClassName
{
background-color: #CAE400;
}
</style>
border-color css
<style>
span { border-color: #CAE400; }
span { border-color: rgb(202,228,0); }
td.TdClassName
{
border-color: #CAE400;
}
.TagClassName
{
border-color: #CAE400;
}
</style>