Shades of Electric Lime #CAE705
Tints of Electric Lime #CAE705
RGB
CMYK
RGB Variations
Color information
#CAE705 (or 0xCAE705) is known color: Electric Lime. HEX triplet: CA, E7 and 05. RGB value is (202,231,5). Sum of RGB (Red+Green+Blue) = 202+231+5=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE705 is #3518FA. Grayscale: #C5C5C5. Windows color (decimal): -3479803 or 387018. OLE color: 387018.
HSL color Cylindrical-coordinate representation of color #CAE705: hue angle of 67.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAE705 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.09 |
| HSL | 67.7º | 0.96% | 0.46% | - |
| HSV(B) | 67.7º | 0.98% | 0.91% | - |
| XYZ | 52.96 | 69.72 | 10.81 | - |
| YUV | 196.57 | 19.89 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 5 | 0.13 | 0 | 0.98 | 0.09 | 67.7 | 0.96 | 0.46 |
| Hex | CA | E7 | 5 | D | 0 | 62 | 9 | 44 | 60 | 2E |
| Octal | 312 | 347 | 5 | 15 | 0 | 142 | 11 | 104 | 140 | 56 |
| Binary | 11001010 | 11100111 | 101 | 1101 | 0 | 1100010 | 1001 | 1000100 | 1100000 | 101110 |
Color Harmonies of #CAE705
Complementary color
Monochromatic Colors of #CAE705
Black with #CAE705
Text Example
Text Example
White with #CAE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE705; }
p { color: rgb(202,231,5); }
H1.HeaderClassName
{
color: #CAE705;
}
.AnyTagClassName
{
color: #CAE705;
}
</style>
background-color css
<style>
a { background-color: #CAE705; }
a { background-color: rgb(202,231,5); }
div.DivClassName
{
background-color: #CAE705;
}
.BgClassName
{
background-color: #CAE705;
}
</style>
border-color css
<style>
span { border-color: #CAE705; }
span { border-color: rgb(202,231,5); }
td.TdClassName
{
border-color: #CAE705;
}
.TagClassName
{
border-color: #CAE705;
}
</style>