Shades of Electric Lime #C5FF03
Tints of Electric Lime #C5FF03
RGB
CMYK
RGB Variations
Color information
#C5FF03 (or 0xC5FF03) is known color: Electric Lime. HEX triplet: C5, FF and 03. RGB value is (197,255,3). Sum of RGB (Red+Green+Blue) = 197+255+3=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FF03 is #3A00FC. Grayscale: #D1D1D1. Windows color (decimal): -3801341 or 262085. OLE color: 262085.
HSL color Cylindrical-coordinate representation of color #C5FF03: hue angle of 73.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5FF03 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0 |
| HSL | 73.81º | 1% | 0.51% | - |
| HSV(B) | 73.81º | 0.99% | 1% | - |
| XYZ | 58.8 | 83.4 | 13.08 | - |
| YUV | 208.93 | 11.78 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 3 | 0.23 | 0 | 0.99 | 0 | 73.81 | 1 | 0.51 |
| Hex | C5 | FF | 3 | 17 | 0 | 63 | 0 | 4A | 64 | 33 |
| Octal | 305 | 377 | 3 | 27 | 0 | 143 | 0 | 112 | 144 | 63 |
| Binary | 11000101 | 11111111 | 11 | 10111 | 0 | 1100011 | 0 | 1001010 | 1100100 | 110011 |
Color Harmonies of #C5FF03
Complementary color
Monochromatic Colors of #C5FF03
Black with #C5FF03
Text Example
Text Example
White with #C5FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF03; }
p { color: rgb(197,255,3); }
H1.HeaderClassName
{
color: #C5FF03;
}
.AnyTagClassName
{
color: #C5FF03;
}
</style>
background-color css
<style>
a { background-color: #C5FF03; }
a { background-color: rgb(197,255,3); }
div.DivClassName
{
background-color: #C5FF03;
}
.BgClassName
{
background-color: #C5FF03;
}
</style>
border-color css
<style>
span { border-color: #C5FF03; }
span { border-color: rgb(197,255,3); }
td.TdClassName
{
border-color: #C5FF03;
}
.TagClassName
{
border-color: #C5FF03;
}
</style>