Shades of Electric Lime #C9F500
Tints of Electric Lime #C9F500
RGB
CMYK
RGB Variations
Color information
#C9F500 (or 0xC9F500) is known color: Electric Lime. HEX triplet: C9, F5 and 00. RGB value is (201,245,0). Sum of RGB (Red+Green+Blue) = 201+245+0=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F500 is #360AFF. Grayscale: #CCCCCC. Windows color (decimal): -3541760 or 62921. OLE color: 62921.
HSL color Cylindrical-coordinate representation of color #C9F500: hue angle of 70.78º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9F500 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.04 |
| HSL | 70.78º | 1% | 0.48% | - |
| HSV(B) | 70.78º | 1% | 0.96% | - |
| XYZ | 56.74 | 77.72 | 12.01 | - |
| YUV | 203.91 | 12.92 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 0 | 0.18 | 0 | 1 | 0.04 | 70.78 | 1 | 0.48 |
| Hex | C9 | F5 | 0 | 12 | 0 | 64 | 4 | 47 | 64 | 30 |
| Octal | 311 | 365 | 0 | 22 | 0 | 144 | 4 | 107 | 144 | 60 |
| Binary | 11001001 | 11110101 | 0 | 10010 | 0 | 1100100 | 100 | 1000111 | 1100100 | 110000 |
Color Harmonies of #C9F500
Complementary color
Monochromatic Colors of #C9F500
Black with #C9F500
Text Example
Text Example
White with #C9F500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F500; }
p { color: rgb(201,245,0); }
H1.HeaderClassName
{
color: #C9F500;
}
.AnyTagClassName
{
color: #C9F500;
}
</style>
background-color css
<style>
a { background-color: #C9F500; }
a { background-color: rgb(201,245,0); }
div.DivClassName
{
background-color: #C9F500;
}
.BgClassName
{
background-color: #C9F500;
}
</style>
border-color css
<style>
span { border-color: #C9F500; }
span { border-color: rgb(201,245,0); }
td.TdClassName
{
border-color: #C9F500;
}
.TagClassName
{
border-color: #C9F500;
}
</style>