Shades of Electric Lime #C9FC02
Tints of Electric Lime #C9FC02
RGB
CMYK
RGB Variations
Color information
#C9FC02 (or 0xC9FC02) is known color: Electric Lime. HEX triplet: C9, FC and 02. RGB value is (201,252,2). Sum of RGB (Red+Green+Blue) = 201+252+2=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FC02 is #3603FD. Grayscale: #D1D1D1. Windows color (decimal): -3539966 or 195785. OLE color: 195785.
HSL color Cylindrical-coordinate representation of color #C9FC02: hue angle of 72.24º 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 #C9FC02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.01 |
| HSL | 72.24º | 0.98% | 0.5% | - |
| HSV(B) | 72.24º | 0.99% | 0.99% | - |
| XYZ | 58.91 | 82.04 | 12.79 | - |
| YUV | 208.25 | 11.6 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 2 | 0.20 | 0 | 0.99 | 0.01 | 72.24 | 0.98 | 0.5 |
| Hex | C9 | FC | 2 | 14 | 0 | 63 | 1 | 48 | 62 | 32 |
| Octal | 311 | 374 | 2 | 24 | 0 | 143 | 1 | 110 | 142 | 62 |
| Binary | 11001001 | 11111100 | 10 | 10100 | 0 | 1100011 | 1 | 1001000 | 1100010 | 110010 |
Color Harmonies of #C9FC02
Complementary color
Monochromatic Colors of #C9FC02
Black with #C9FC02
Text Example
Text Example
White with #C9FC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC02; }
p { color: rgb(201,252,2); }
H1.HeaderClassName
{
color: #C9FC02;
}
.AnyTagClassName
{
color: #C9FC02;
}
</style>
background-color css
<style>
a { background-color: #C9FC02; }
a { background-color: rgb(201,252,2); }
div.DivClassName
{
background-color: #C9FC02;
}
.BgClassName
{
background-color: #C9FC02;
}
</style>
border-color css
<style>
span { border-color: #C9FC02; }
span { border-color: rgb(201,252,2); }
td.TdClassName
{
border-color: #C9FC02;
}
.TagClassName
{
border-color: #C9FC02;
}
</style>