Shades of Electric Lime #C9FE11
Tints of Electric Lime #C9FE11
RGB
CMYK
RGB Variations
Color information
#C9FE11 (or 0xC9FE11) is known color: Electric Lime. HEX triplet: C9, FE and 11. RGB value is (201,254,17). Sum of RGB (Red+Green+Blue) = 201+254+17=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FE11 is #3601EE. Grayscale: #D4D4D4. Windows color (decimal): -3539439 or 1179337. OLE color: 1179337.
HSL color Cylindrical-coordinate representation of color #C9FE11: hue angle of 73.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9FE11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.00 |
| HSL | 73.42º | 0.99% | 0.53% | - |
| HSV(B) | 73.42º | 0.93% | 1% | - |
| XYZ | 59.63 | 83.34 | 13.47 | - |
| YUV | 211.14 | 18.44 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 17 | 0.21 | 0 | 0.93 | 0.00 | 73.42 | 0.99 | 0.53 |
| Hex | C9 | FE | 11 | 15 | 0 | 5D | 0 | 49 | 63 | 35 |
| Octal | 311 | 376 | 21 | 25 | 0 | 135 | 0 | 111 | 143 | 65 |
| Binary | 11001001 | 11111110 | 10001 | 10101 | 0 | 1011101 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #C9FE11
Complementary color
Monochromatic Colors of #C9FE11
Black with #C9FE11
Text Example
Text Example
White with #C9FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE11; }
p { color: rgb(201,254,17); }
H1.HeaderClassName
{
color: #C9FE11;
}
.AnyTagClassName
{
color: #C9FE11;
}
</style>
background-color css
<style>
a { background-color: #C9FE11; }
a { background-color: rgb(201,254,17); }
div.DivClassName
{
background-color: #C9FE11;
}
.BgClassName
{
background-color: #C9FE11;
}
</style>
border-color css
<style>
span { border-color: #C9FE11; }
span { border-color: rgb(201,254,17); }
td.TdClassName
{
border-color: #C9FE11;
}
.TagClassName
{
border-color: #C9FE11;
}
</style>