Shades of Electric Lime #C5F008
Tints of Electric Lime #C5F008
RGB
CMYK
RGB Variations
Color information
#C5F008 (or 0xC5F008) is known color: Electric Lime. HEX triplet: C5, F0 and 08. RGB value is (197,240,8). Sum of RGB (Red+Green+Blue) = 197+240+8=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F008 is #3A0FF7. Grayscale: #C9C9C9. Windows color (decimal): -3805176 or 585925. OLE color: 585925.
HSL color Cylindrical-coordinate representation of color #C5F008: hue angle of 71.12º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5F008 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 8 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.06 |
| HSL | 71.12º | 0.94% | 0.49% | - |
| HSV(B) | 71.12º | 0.97% | 0.94% | - |
| XYZ | 54.23 | 74.21 | 11.7 | - |
| YUV | 200.7 | 19.25 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 8 | 0.18 | 0 | 0.97 | 0.06 | 71.12 | 0.94 | 0.49 |
| Hex | C5 | F0 | 8 | 12 | 0 | 61 | 6 | 47 | 5E | 31 |
| Octal | 305 | 360 | 10 | 22 | 0 | 141 | 6 | 107 | 136 | 61 |
| Binary | 11000101 | 11110000 | 1000 | 10010 | 0 | 1100001 | 110 | 1000111 | 1011110 | 110001 |
Color Harmonies of #C5F008
Complementary color
Monochromatic Colors of #C5F008
Black with #C5F008
Text Example
Text Example
White with #C5F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F008; }
p { color: rgb(197,240,8); }
H1.HeaderClassName
{
color: #C5F008;
}
.AnyTagClassName
{
color: #C5F008;
}
</style>
background-color css
<style>
a { background-color: #C5F008; }
a { background-color: rgb(197,240,8); }
div.DivClassName
{
background-color: #C5F008;
}
.BgClassName
{
background-color: #C5F008;
}
</style>
border-color css
<style>
span { border-color: #C5F008; }
span { border-color: rgb(197,240,8); }
td.TdClassName
{
border-color: #C5F008;
}
.TagClassName
{
border-color: #C5F008;
}
</style>