Shades of Electric Lime #C5FD02
Tints of Electric Lime #C5FD02
RGB
CMYK
RGB Variations
Color information
#C5FD02 (or 0xC5FD02) is known color: Electric Lime. HEX triplet: C5, FD and 02. RGB value is (197,253,2). Sum of RGB (Red+Green+Blue) = 197+253+2=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FD02 is #3A02FD. Grayscale: #D0D0D0. Windows color (decimal): -3801854 or 196037. OLE color: 196037.
HSL color Cylindrical-coordinate representation of color #C5FD02: hue angle of 73.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5FD02 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.01 |
| HSL | 73.39º | 0.98% | 0.5% | - |
| HSV(B) | 73.39º | 0.99% | 0.99% | - |
| XYZ | 58.16 | 82.13 | 12.84 | - |
| YUV | 207.64 | 11.95 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 2 | 0.22 | 0 | 0.99 | 0.01 | 73.39 | 0.98 | 0.5 |
| Hex | C5 | FD | 2 | 16 | 0 | 63 | 1 | 49 | 62 | 32 |
| Octal | 305 | 375 | 2 | 26 | 0 | 143 | 1 | 111 | 142 | 62 |
| Binary | 11000101 | 11111101 | 10 | 10110 | 0 | 1100011 | 1 | 1001001 | 1100010 | 110010 |
Color Harmonies of #C5FD02
Complementary color
Monochromatic Colors of #C5FD02
Black with #C5FD02
Text Example
Text Example
White with #C5FD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD02; }
p { color: rgb(197,253,2); }
H1.HeaderClassName
{
color: #C5FD02;
}
.AnyTagClassName
{
color: #C5FD02;
}
</style>
background-color css
<style>
a { background-color: #C5FD02; }
a { background-color: rgb(197,253,2); }
div.DivClassName
{
background-color: #C5FD02;
}
.BgClassName
{
background-color: #C5FD02;
}
</style>
border-color css
<style>
span { border-color: #C5FD02; }
span { border-color: rgb(197,253,2); }
td.TdClassName
{
border-color: #C5FD02;
}
.TagClassName
{
border-color: #C5FD02;
}
</style>