Shades of Electric Lime #C9FB06
Tints of Electric Lime #C9FB06
RGB
CMYK
RGB Variations
Color information
#C9FB06 (or 0xC9FB06) is known color: Electric Lime. HEX triplet: C9, FB and 06. RGB value is (201,251,6). Sum of RGB (Red+Green+Blue) = 201+251+6=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FB06 is #3604F9. Grayscale: #D1D1D1. Windows color (decimal): -3540218 or 457673. OLE color: 457673.
HSL color Cylindrical-coordinate representation of color #C9FB06: hue angle of 72.24º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9FB06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 6 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.02 |
| HSL | 72.24º | 0.97% | 0.5% | - |
| HSV(B) | 72.24º | 0.98% | 0.98% | - |
| XYZ | 58.62 | 81.43 | 12.8 | - |
| YUV | 208.12 | 13.94 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 6 | 0.20 | 0 | 0.98 | 0.02 | 72.24 | 0.97 | 0.5 |
| Hex | C9 | FB | 6 | 14 | 0 | 62 | 2 | 48 | 61 | 32 |
| Octal | 311 | 373 | 6 | 24 | 0 | 142 | 2 | 110 | 141 | 62 |
| Binary | 11001001 | 11111011 | 110 | 10100 | 0 | 1100010 | 10 | 1001000 | 1100001 | 110010 |
Color Harmonies of #C9FB06
Complementary color
Monochromatic Colors of #C9FB06
Black with #C9FB06
Text Example
Text Example
White with #C9FB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB06; }
p { color: rgb(201,251,6); }
H1.HeaderClassName
{
color: #C9FB06;
}
.AnyTagClassName
{
color: #C9FB06;
}
</style>
background-color css
<style>
a { background-color: #C9FB06; }
a { background-color: rgb(201,251,6); }
div.DivClassName
{
background-color: #C9FB06;
}
.BgClassName
{
background-color: #C9FB06;
}
</style>
border-color css
<style>
span { border-color: #C9FB06; }
span { border-color: rgb(201,251,6); }
td.TdClassName
{
border-color: #C9FB06;
}
.TagClassName
{
border-color: #C9FB06;
}
</style>