Shades of Electric Lime #C5FF08
Tints of Electric Lime #C5FF08
RGB
CMYK
RGB Variations
Color information
#C5FF08 (or 0xC5FF08) is known color: Electric Lime. HEX triplet: C5, FF and 08. RGB value is (197,255,8). Sum of RGB (Red+Green+Blue) = 197+255+8=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FF08 is #3A00F7. Grayscale: #D2D2D2. Windows color (decimal): -3801336 or 589765. OLE color: 589765.
HSL color Cylindrical-coordinate representation of color #C5FF08: hue angle of 74.09º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5FF08 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0 |
| HSL | 74.09º | 1% | 0.52% | - |
| HSV(B) | 74.09º | 0.97% | 1% | - |
| XYZ | 58.83 | 83.41 | 13.23 | - |
| YUV | 209.5 | 14.28 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 8 | 0.23 | 0 | 0.97 | 0 | 74.09 | 1 | 0.52 |
| Hex | C5 | FF | 8 | 17 | 0 | 61 | 0 | 4A | 64 | 34 |
| Octal | 305 | 377 | 10 | 27 | 0 | 141 | 0 | 112 | 144 | 64 |
| Binary | 11000101 | 11111111 | 1000 | 10111 | 0 | 1100001 | 0 | 1001010 | 1100100 | 110100 |
Color Harmonies of #C5FF08
Complementary color
Monochromatic Colors of #C5FF08
Black with #C5FF08
Text Example
Text Example
White with #C5FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF08; }
p { color: rgb(197,255,8); }
H1.HeaderClassName
{
color: #C5FF08;
}
.AnyTagClassName
{
color: #C5FF08;
}
</style>
background-color css
<style>
a { background-color: #C5FF08; }
a { background-color: rgb(197,255,8); }
div.DivClassName
{
background-color: #C5FF08;
}
.BgClassName
{
background-color: #C5FF08;
}
</style>
border-color css
<style>
span { border-color: #C5FF08; }
span { border-color: rgb(197,255,8); }
td.TdClassName
{
border-color: #C5FF08;
}
.TagClassName
{
border-color: #C5FF08;
}
</style>