Shades of Electric Lime #C9F40E
Tints of Electric Lime #C9F40E
RGB
CMYK
RGB Variations
Color information
#C9F40E (or 0xC9F40E) is known color: Electric Lime. HEX triplet: C9, F4 and 0E. RGB value is (201,244,14). Sum of RGB (Red+Green+Blue) = 201+244+14=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 244 (95.70% from 255 or 53.16% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F40E is #360BF1. Grayscale: #CDCDCD. Windows color (decimal): -3542002 or 980169. OLE color: 980169.
HSL color Cylindrical-coordinate representation of color #C9F40E: hue angle of 71.22º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F40E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 244 | 14 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.04 |
| HSL | 71.22º | 0.91% | 0.51% | - |
| HSV(B) | 71.22º | 0.94% | 0.96% | - |
| XYZ | 56.52 | 77.15 | 12.33 | - |
| YUV | 204.92 | 20.25 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 14 | 0.18 | 0 | 0.94 | 0.04 | 71.22 | 0.91 | 0.51 |
| Hex | C9 | F4 | E | 12 | 0 | 5E | 4 | 47 | 5B | 33 |
| Octal | 311 | 364 | 16 | 22 | 0 | 136 | 4 | 107 | 133 | 63 |
| Binary | 11001001 | 11110100 | 1110 | 10010 | 0 | 1011110 | 100 | 1000111 | 1011011 | 110011 |
Color Harmonies of #C9F40E
Complementary color
Monochromatic Colors of #C9F40E
Black with #C9F40E
Text Example
Text Example
White with #C9F40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F40E; }
p { color: rgb(201,244,14); }
H1.HeaderClassName
{
color: #C9F40E;
}
.AnyTagClassName
{
color: #C9F40E;
}
</style>
background-color css
<style>
a { background-color: #C9F40E; }
a { background-color: rgb(201,244,14); }
div.DivClassName
{
background-color: #C9F40E;
}
.BgClassName
{
background-color: #C9F40E;
}
</style>
border-color css
<style>
span { border-color: #C9F40E; }
span { border-color: rgb(201,244,14); }
td.TdClassName
{
border-color: #C9F40E;
}
.TagClassName
{
border-color: #C9F40E;
}
</style>