Shades of Electric Lime #CAE505
Tints of Electric Lime #CAE505
RGB
CMYK
RGB Variations
Color information
#CAE505 (or 0xCAE505) is known color: Electric Lime. HEX triplet: CA, E5 and 05. RGB value is (202,229,5). Sum of RGB (Red+Green+Blue) = 202+229+5=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE505 is #351AFA. Grayscale: #C4C4C4. Windows color (decimal): -3480315 or 386506. OLE color: 386506.
HSL color Cylindrical-coordinate representation of color #CAE505: hue angle of 67.23º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAE505 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.10 |
| HSL | 67.23º | 0.96% | 0.46% | - |
| HSV(B) | 67.23º | 0.98% | 0.9% | - |
| XYZ | 52.4 | 68.61 | 10.62 | - |
| YUV | 195.39 | 20.55 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 5 | 0.12 | 0 | 0.98 | 0.10 | 67.23 | 0.96 | 0.46 |
| Hex | CA | E5 | 5 | C | 0 | 62 | A | 43 | 60 | 2E |
| Octal | 312 | 345 | 5 | 14 | 0 | 142 | 12 | 103 | 140 | 56 |
| Binary | 11001010 | 11100101 | 101 | 1100 | 0 | 1100010 | 1010 | 1000011 | 1100000 | 101110 |
Color Harmonies of #CAE505
Complementary color
Monochromatic Colors of #CAE505
Black with #CAE505
Text Example
Text Example
White with #CAE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE505; }
p { color: rgb(202,229,5); }
H1.HeaderClassName
{
color: #CAE505;
}
.AnyTagClassName
{
color: #CAE505;
}
</style>
background-color css
<style>
a { background-color: #CAE505; }
a { background-color: rgb(202,229,5); }
div.DivClassName
{
background-color: #CAE505;
}
.BgClassName
{
background-color: #CAE505;
}
</style>
border-color css
<style>
span { border-color: #CAE505; }
span { border-color: rgb(202,229,5); }
td.TdClassName
{
border-color: #CAE505;
}
.TagClassName
{
border-color: #CAE505;
}
</style>