Shades of Electric Lime #C9FB02
Tints of Electric Lime #C9FB02
RGB
CMYK
RGB Variations
Color information
#C9FB02 (or 0xC9FB02) is known color: Electric Lime. HEX triplet: C9, FB and 02. RGB value is (201,251,2). Sum of RGB (Red+Green+Blue) = 201+251+2=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FB02 is #3604FD. Grayscale: #D0D0D0. Windows color (decimal): -3540222 or 195529. OLE color: 195529.
HSL color Cylindrical-coordinate representation of color #C9FB02: hue angle of 72.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9FB02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.02 |
| HSL | 72.05º | 0.98% | 0.5% | - |
| HSV(B) | 72.05º | 0.99% | 0.98% | - |
| XYZ | 58.6 | 81.42 | 12.68 | - |
| YUV | 207.66 | 11.94 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 2 | 0.20 | 0 | 0.99 | 0.02 | 72.05 | 0.98 | 0.5 |
| Hex | C9 | FB | 2 | 14 | 0 | 63 | 2 | 48 | 62 | 32 |
| Octal | 311 | 373 | 2 | 24 | 0 | 143 | 2 | 110 | 142 | 62 |
| Binary | 11001001 | 11111011 | 10 | 10100 | 0 | 1100011 | 10 | 1001000 | 1100010 | 110010 |
Color Harmonies of #C9FB02
Complementary color
Monochromatic Colors of #C9FB02
Black with #C9FB02
Text Example
Text Example
White with #C9FB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB02; }
p { color: rgb(201,251,2); }
H1.HeaderClassName
{
color: #C9FB02;
}
.AnyTagClassName
{
color: #C9FB02;
}
</style>
background-color css
<style>
a { background-color: #C9FB02; }
a { background-color: rgb(201,251,2); }
div.DivClassName
{
background-color: #C9FB02;
}
.BgClassName
{
background-color: #C9FB02;
}
</style>
border-color css
<style>
span { border-color: #C9FB02; }
span { border-color: rgb(201,251,2); }
td.TdClassName
{
border-color: #C9FB02;
}
.TagClassName
{
border-color: #C9FB02;
}
</style>