Shades of Electric Lime #C9FB03
Tints of Electric Lime #C9FB03
RGB
CMYK
RGB Variations
Color information
#C9FB03 (or 0xC9FB03) is known color: Electric Lime. HEX triplet: C9, FB and 03. RGB value is (201,251,3). Sum of RGB (Red+Green+Blue) = 201+251+3=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FB03 is #3604FC. Grayscale: #D0D0D0. Windows color (decimal): -3540221 or 261065. OLE color: 261065.
HSL color Cylindrical-coordinate representation of color #C9FB03: hue angle of 72.1º 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 #C9FB03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.02 |
| HSL | 72.1º | 0.98% | 0.5% | - |
| HSV(B) | 72.1º | 0.99% | 0.98% | - |
| XYZ | 58.6 | 81.42 | 12.71 | - |
| YUV | 207.78 | 12.44 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 3 | 0.20 | 0 | 0.99 | 0.02 | 72.1 | 0.98 | 0.5 |
| Hex | C9 | FB | 3 | 14 | 0 | 63 | 2 | 48 | 62 | 32 |
| Octal | 311 | 373 | 3 | 24 | 0 | 143 | 2 | 110 | 142 | 62 |
| Binary | 11001001 | 11111011 | 11 | 10100 | 0 | 1100011 | 10 | 1001000 | 1100010 | 110010 |
Color Harmonies of #C9FB03
Complementary color
Monochromatic Colors of #C9FB03
Black with #C9FB03
Text Example
Text Example
White with #C9FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB03; }
p { color: rgb(201,251,3); }
H1.HeaderClassName
{
color: #C9FB03;
}
.AnyTagClassName
{
color: #C9FB03;
}
</style>
background-color css
<style>
a { background-color: #C9FB03; }
a { background-color: rgb(201,251,3); }
div.DivClassName
{
background-color: #C9FB03;
}
.BgClassName
{
background-color: #C9FB03;
}
</style>
border-color css
<style>
span { border-color: #C9FB03; }
span { border-color: rgb(201,251,3); }
td.TdClassName
{
border-color: #C9FB03;
}
.TagClassName
{
border-color: #C9FB03;
}
</style>