Shades of Electric Lime #C9FF0F
Tints of Electric Lime #C9FF0F
RGB
CMYK
RGB Variations
Color information
#C9FF0F (or 0xC9FF0F) is known color: Electric Lime. HEX triplet: C9, FF and 0F. RGB value is (201,255,15). Sum of RGB (Red+Green+Blue) = 201+255+15=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF0F is #3600F0. Grayscale: #D4D4D4. Windows color (decimal): -3539185 or 1048521. OLE color: 1048521.
HSL color Cylindrical-coordinate representation of color #C9FF0F: hue angle of 73.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9FF0F is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 15 | - |
| CMYK | 0.21 | 0 | 0.94 | 0 |
| HSL | 73.5º | 1% | 0.53% | - |
| HSV(B) | 73.5º | 0.94% | 1% | - |
| XYZ | 59.93 | 83.97 | 13.5 | - |
| YUV | 211.49 | 17.11 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 15 | 0.21 | 0 | 0.94 | 0 | 73.5 | 1 | 0.53 |
| Hex | C9 | FF | F | 15 | 0 | 5E | 0 | 4A | 64 | 35 |
| Octal | 311 | 377 | 17 | 25 | 0 | 136 | 0 | 112 | 144 | 65 |
| Binary | 11001001 | 11111111 | 1111 | 10101 | 0 | 1011110 | 0 | 1001010 | 1100100 | 110101 |
Color Harmonies of #C9FF0F
Complementary color
Monochromatic Colors of #C9FF0F
Black with #C9FF0F
Text Example
Text Example
White with #C9FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FF0F; }
p { color: rgb(201,255,15); }
H1.HeaderClassName
{
color: #C9FF0F;
}
.AnyTagClassName
{
color: #C9FF0F;
}
</style>
background-color css
<style>
a { background-color: #C9FF0F; }
a { background-color: rgb(201,255,15); }
div.DivClassName
{
background-color: #C9FF0F;
}
.BgClassName
{
background-color: #C9FF0F;
}
</style>
border-color css
<style>
span { border-color: #C9FF0F; }
span { border-color: rgb(201,255,15); }
td.TdClassName
{
border-color: #C9FF0F;
}
.TagClassName
{
border-color: #C9FF0F;
}
</style>