Shades of Electric Lime #C5E807
Tints of Electric Lime #C5E807
RGB
CMYK
RGB Variations
Color information
#C5E807 (or 0xC5E807) is known color: Electric Lime. HEX triplet: C5, E8 and 07. RGB value is (197,232,7). Sum of RGB (Red+Green+Blue) = 197+232+7=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E807 is #3A17F8. Grayscale: #C4C4C4. Windows color (decimal): -3807225 or 518341. OLE color: 518341.
HSL color Cylindrical-coordinate representation of color #C5E807: hue angle of 69.33º degrees, saturation: 0.94, 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 #C5E807 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.09 |
| HSL | 69.33º | 0.94% | 0.47% | - |
| HSV(B) | 69.33º | 0.97% | 0.91% | - |
| XYZ | 51.92 | 69.6 | 10.9 | - |
| YUV | 195.89 | 21.4 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 7 | 0.15 | 0 | 0.97 | 0.09 | 69.33 | 0.94 | 0.47 |
| Hex | C5 | E8 | 7 | F | 0 | 61 | 9 | 45 | 5E | 2F |
| Octal | 305 | 350 | 7 | 17 | 0 | 141 | 11 | 105 | 136 | 57 |
| Binary | 11000101 | 11101000 | 111 | 1111 | 0 | 1100001 | 1001 | 1000101 | 1011110 | 101111 |
Color Harmonies of #C5E807
Complementary color
Monochromatic Colors of #C5E807
Black with #C5E807
Text Example
Text Example
White with #C5E807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E807; }
p { color: rgb(197,232,7); }
H1.HeaderClassName
{
color: #C5E807;
}
.AnyTagClassName
{
color: #C5E807;
}
</style>
background-color css
<style>
a { background-color: #C5E807; }
a { background-color: rgb(197,232,7); }
div.DivClassName
{
background-color: #C5E807;
}
.BgClassName
{
background-color: #C5E807;
}
</style>
border-color css
<style>
span { border-color: #C5E807; }
span { border-color: rgb(197,232,7); }
td.TdClassName
{
border-color: #C5E807;
}
.TagClassName
{
border-color: #C5E807;
}
</style>