Shades of Electric Lime #C9FA06
Tints of Electric Lime #C9FA06
RGB
CMYK
RGB Variations
Color information
#C9FA06 (or 0xC9FA06) is known color: Electric Lime. HEX triplet: C9, FA and 06. RGB value is (201,250,6). Sum of RGB (Red+Green+Blue) = 201+250+6=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FA06 is #3605F9. Grayscale: #D0D0D0. Windows color (decimal): -3540474 or 457417. OLE color: 457417.
HSL color Cylindrical-coordinate representation of color #C9FA06: hue angle of 72.05º degrees, saturation: 0.96, 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 #C9FA06 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 6 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.02 |
| HSL | 72.05º | 0.96% | 0.5% | - |
| HSV(B) | 72.05º | 0.98% | 0.98% | - |
| XYZ | 58.31 | 80.8 | 12.7 | - |
| YUV | 207.53 | 14.27 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 6 | 0.20 | 0 | 0.98 | 0.02 | 72.05 | 0.96 | 0.5 |
| Hex | C9 | FA | 6 | 14 | 0 | 62 | 2 | 48 | 60 | 32 |
| Octal | 311 | 372 | 6 | 24 | 0 | 142 | 2 | 110 | 140 | 62 |
| Binary | 11001001 | 11111010 | 110 | 10100 | 0 | 1100010 | 10 | 1001000 | 1100000 | 110010 |
Color Harmonies of #C9FA06
Complementary color
Monochromatic Colors of #C9FA06
Black with #C9FA06
Text Example
Text Example
White with #C9FA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA06; }
p { color: rgb(201,250,6); }
H1.HeaderClassName
{
color: #C9FA06;
}
.AnyTagClassName
{
color: #C9FA06;
}
</style>
background-color css
<style>
a { background-color: #C9FA06; }
a { background-color: rgb(201,250,6); }
div.DivClassName
{
background-color: #C9FA06;
}
.BgClassName
{
background-color: #C9FA06;
}
</style>
border-color css
<style>
span { border-color: #C9FA06; }
span { border-color: rgb(201,250,6); }
td.TdClassName
{
border-color: #C9FA06;
}
.TagClassName
{
border-color: #C9FA06;
}
</style>