Shades of Electric Lime #C5E701
Tints of Electric Lime #C5E701
RGB
CMYK
RGB Variations
Color information
#C5E701 (or 0xC5E701) is known color: Electric Lime. HEX triplet: C5, E7 and 01. RGB value is (197,231,1). Sum of RGB (Red+Green+Blue) = 197+231+1=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 231 (90.62% from 255 or 53.85% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5E701 is #3A18FE. Grayscale: #C3C3C3. Windows color (decimal): -3807487 or 124869. OLE color: 124869.
HSL color Cylindrical-coordinate representation of color #C5E701: hue angle of 68.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5E701 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 1 | - |
| CMYK | 0.15 | 0 | 1.00 | 0.09 |
| HSL | 68.87º | 0.99% | 0.45% | - |
| HSV(B) | 68.87º | 1% | 0.91% | - |
| XYZ | 51.61 | 69.02 | 10.63 | - |
| YUV | 194.61 | 18.74 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 1 | 0.15 | 0 | 1.00 | 0.09 | 68.87 | 0.99 | 0.45 |
| Hex | C5 | E7 | 1 | F | 0 | 64 | 9 | 45 | 63 | 2D |
| Octal | 305 | 347 | 1 | 17 | 0 | 144 | 11 | 105 | 143 | 55 |
| Binary | 11000101 | 11100111 | 1 | 1111 | 0 | 1100100 | 1001 | 1000101 | 1100011 | 101101 |
Color Harmonies of #C5E701
Complementary color
Monochromatic Colors of #C5E701
Black with #C5E701
Text Example
Text Example
White with #C5E701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E701; }
p { color: rgb(197,231,1); }
H1.HeaderClassName
{
color: #C5E701;
}
.AnyTagClassName
{
color: #C5E701;
}
</style>
background-color css
<style>
a { background-color: #C5E701; }
a { background-color: rgb(197,231,1); }
div.DivClassName
{
background-color: #C5E701;
}
.BgClassName
{
background-color: #C5E701;
}
</style>
border-color css
<style>
span { border-color: #C5E701; }
span { border-color: rgb(197,231,1); }
td.TdClassName
{
border-color: #C5E701;
}
.TagClassName
{
border-color: #C5E701;
}
</style>