Shades of Electric Lime #CAE405
Tints of Electric Lime #CAE405
RGB
CMYK
RGB Variations
Color information
#CAE405 (or 0xCAE405) is known color: Electric Lime. HEX triplet: CA, E4 and 05. RGB value is (202,228,5). Sum of RGB (Red+Green+Blue) = 202+228+5=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE405 is #351BFA. Grayscale: #C3C3C3. Windows color (decimal): -3480571 or 386250. OLE color: 386250.
HSL color Cylindrical-coordinate representation of color #CAE405: hue angle of 67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAE405 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.11 |
| HSL | 67º | 0.96% | 0.46% | - |
| HSV(B) | 67º | 0.98% | 0.89% | - |
| XYZ | 52.13 | 68.05 | 10.53 | - |
| YUV | 194.8 | 20.89 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 5 | 0.11 | 0 | 0.98 | 0.11 | 67 | 0.96 | 0.46 |
| Hex | CA | E4 | 5 | B | 0 | 62 | B | 43 | 60 | 2E |
| Octal | 312 | 344 | 5 | 13 | 0 | 142 | 13 | 103 | 140 | 56 |
| Binary | 11001010 | 11100100 | 101 | 1011 | 0 | 1100010 | 1011 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CAE405
Complementary color
Monochromatic Colors of #CAE405
Black with #CAE405
Text Example
Text Example
White with #CAE405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE405; }
p { color: rgb(202,228,5); }
H1.HeaderClassName
{
color: #CAE405;
}
.AnyTagClassName
{
color: #CAE405;
}
</style>
background-color css
<style>
a { background-color: #CAE405; }
a { background-color: rgb(202,228,5); }
div.DivClassName
{
background-color: #CAE405;
}
.BgClassName
{
background-color: #CAE405;
}
</style>
border-color css
<style>
span { border-color: #CAE405; }
span { border-color: rgb(202,228,5); }
td.TdClassName
{
border-color: #CAE405;
}
.TagClassName
{
border-color: #CAE405;
}
</style>