Shades of Electric Lime #C9FE12
Tints of Electric Lime #C9FE12
RGB
CMYK
RGB Variations
Color information
#C9FE12 (or 0xC9FE12) is known color: Electric Lime. HEX triplet: C9, FE and 12. RGB value is (201,254,18). Sum of RGB (Red+Green+Blue) = 201+254+18=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 18 (7.42% from 255 or 3.81% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FE12 is #3601ED. Grayscale: #D4D4D4. Windows color (decimal): -3539438 or 1244873. OLE color: 1244873.
HSL color Cylindrical-coordinate representation of color #C9FE12: hue angle of 73.47º 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 #C9FE12 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 254 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.00 |
| HSL | 73.47º | 0.99% | 0.53% | - |
| HSV(B) | 73.47º | 0.93% | 1% | - |
| XYZ | 59.64 | 83.34 | 13.52 | - |
| YUV | 211.25 | 18.94 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 254 | 18 | 0.21 | 0 | 0.93 | 0.00 | 73.47 | 0.99 | 0.53 |
| Hex | C9 | FE | 12 | 15 | 0 | 5D | 0 | 49 | 63 | 35 |
| Octal | 311 | 376 | 22 | 25 | 0 | 135 | 0 | 111 | 143 | 65 |
| Binary | 11001001 | 11111110 | 10010 | 10101 | 0 | 1011101 | 0 | 1001001 | 1100011 | 110101 |
Color Harmonies of #C9FE12
Complementary color
Monochromatic Colors of #C9FE12
Black with #C9FE12
Text Example
Text Example
White with #C9FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FE12; }
p { color: rgb(201,254,18); }
H1.HeaderClassName
{
color: #C9FE12;
}
.AnyTagClassName
{
color: #C9FE12;
}
</style>
background-color css
<style>
a { background-color: #C9FE12; }
a { background-color: rgb(201,254,18); }
div.DivClassName
{
background-color: #C9FE12;
}
.BgClassName
{
background-color: #C9FE12;
}
</style>
border-color css
<style>
span { border-color: #C9FE12; }
span { border-color: rgb(201,254,18); }
td.TdClassName
{
border-color: #C9FE12;
}
.TagClassName
{
border-color: #C9FE12;
}
</style>