Shades of Electric Lime #CAE900
Tints of Electric Lime #CAE900
RGB
CMYK
RGB Variations
Color information
#CAE900 (or 0xCAE900) is known color: Electric Lime. HEX triplet: CA, E9 and 00. RGB value is (202,233,0). Sum of RGB (Red+Green+Blue) = 202+233+0=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE900 is #3516FF. Grayscale: #C6C6C6. Windows color (decimal): -3479296 or 59850. OLE color: 59850.
HSL color Cylindrical-coordinate representation of color #CAE900: hue angle of 67.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAE900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.09 |
| HSL | 67.98º | 1% | 0.46% | - |
| HSV(B) | 67.98º | 1% | 0.91% | - |
| XYZ | 53.5 | 70.83 | 10.85 | - |
| YUV | 197.17 | 16.73 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 0 | 0.13 | 0 | 1 | 0.09 | 67.98 | 1 | 0.46 |
| Hex | CA | E9 | 0 | D | 0 | 64 | 9 | 44 | 64 | 2E |
| Octal | 312 | 351 | 0 | 15 | 0 | 144 | 11 | 104 | 144 | 56 |
| Binary | 11001010 | 11101001 | 0 | 1101 | 0 | 1100100 | 1001 | 1000100 | 1100100 | 101110 |
Color Harmonies of #CAE900
Complementary color
Monochromatic Colors of #CAE900
Black with #CAE900
Text Example
Text Example
White with #CAE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE900; }
p { color: rgb(202,233,0); }
H1.HeaderClassName
{
color: #CAE900;
}
.AnyTagClassName
{
color: #CAE900;
}
</style>
background-color css
<style>
a { background-color: #CAE900; }
a { background-color: rgb(202,233,0); }
div.DivClassName
{
background-color: #CAE900;
}
.BgClassName
{
background-color: #CAE900;
}
</style>
border-color css
<style>
span { border-color: #CAE900; }
span { border-color: rgb(202,233,0); }
td.TdClassName
{
border-color: #CAE900;
}
.TagClassName
{
border-color: #CAE900;
}
</style>