Shades of Electric Lime #C5E806
Tints of Electric Lime #C5E806
RGB
CMYK
RGB Variations
Color information
#C5E806 (or 0xC5E806) is known color: Electric Lime. HEX triplet: C5, E8 and 06. RGB value is (197,232,6). Sum of RGB (Red+Green+Blue) = 197+232+6=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E806 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E806 is #3A17F9. Grayscale: #C4C4C4. Windows color (decimal): -3807226 or 452805. OLE color: 452805.
HSL color Cylindrical-coordinate representation of color #C5E806: hue angle of 69.29º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5E806 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.09 |
| HSL | 69.29º | 0.95% | 0.47% | - |
| HSV(B) | 69.29º | 0.97% | 0.91% | - |
| XYZ | 51.92 | 69.6 | 10.87 | - |
| YUV | 195.77 | 20.9 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 6 | 0.15 | 0 | 0.97 | 0.09 | 69.29 | 0.95 | 0.47 |
| Hex | C5 | E8 | 6 | F | 0 | 61 | 9 | 45 | 5F | 2F |
| Octal | 305 | 350 | 6 | 17 | 0 | 141 | 11 | 105 | 137 | 57 |
| Binary | 11000101 | 11101000 | 110 | 1111 | 0 | 1100001 | 1001 | 1000101 | 1011111 | 101111 |
Color Harmonies of #C5E806
Complementary color
Monochromatic Colors of #C5E806
Black with #C5E806
Text Example
Text Example
White with #C5E806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E806; }
p { color: rgb(197,232,6); }
H1.HeaderClassName
{
color: #C5E806;
}
.AnyTagClassName
{
color: #C5E806;
}
</style>
background-color css
<style>
a { background-color: #C5E806; }
a { background-color: rgb(197,232,6); }
div.DivClassName
{
background-color: #C5E806;
}
.BgClassName
{
background-color: #C5E806;
}
</style>
border-color css
<style>
span { border-color: #C5E806; }
span { border-color: rgb(197,232,6); }
td.TdClassName
{
border-color: #C5E806;
}
.TagClassName
{
border-color: #C5E806;
}
</style>