Shades of Electric Lime #C9F912
Tints of Electric Lime #C9F912
RGB
CMYK
RGB Variations
Color information
#C9F912 (or 0xC9F912) is known color: Electric Lime. HEX triplet: C9, F9 and 12. RGB value is (201,249,18). Sum of RGB (Red+Green+Blue) = 201+249+18=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F912 is #3606ED. Grayscale: #D1D1D1. Windows color (decimal): -3540718 or 1243593. OLE color: 1243593.
HSL color Cylindrical-coordinate representation of color #C9F912: hue angle of 72.47º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9F912 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 18 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.02 |
| HSL | 72.47º | 0.95% | 0.52% | - |
| HSV(B) | 72.47º | 0.93% | 0.98% | - |
| XYZ | 58.07 | 80.21 | 12.99 | - |
| YUV | 208.31 | 20.6 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 18 | 0.19 | 0 | 0.93 | 0.02 | 72.47 | 0.95 | 0.52 |
| Hex | C9 | F9 | 12 | 13 | 0 | 5D | 2 | 48 | 5F | 34 |
| Octal | 311 | 371 | 22 | 23 | 0 | 135 | 2 | 110 | 137 | 64 |
| Binary | 11001001 | 11111001 | 10010 | 10011 | 0 | 1011101 | 10 | 1001000 | 1011111 | 110100 |
Color Harmonies of #C9F912
Complementary color
Monochromatic Colors of #C9F912
Black with #C9F912
Text Example
Text Example
White with #C9F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F912; }
p { color: rgb(201,249,18); }
H1.HeaderClassName
{
color: #C9F912;
}
.AnyTagClassName
{
color: #C9F912;
}
</style>
background-color css
<style>
a { background-color: #C9F912; }
a { background-color: rgb(201,249,18); }
div.DivClassName
{
background-color: #C9F912;
}
.BgClassName
{
background-color: #C9F912;
}
</style>
border-color css
<style>
span { border-color: #C9F912; }
span { border-color: rgb(201,249,18); }
td.TdClassName
{
border-color: #C9F912;
}
.TagClassName
{
border-color: #C9F912;
}
</style>