Shades of Electric Lime #C9F119
Tints of Electric Lime #C9F119
RGB
CMYK
RGB Variations
Color information
#C9F119 (or 0xC9F119) is known color: Electric Lime. HEX triplet: C9, F1 and 19. RGB value is (201,241,25). Sum of RGB (Red+Green+Blue) = 201+241+25=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F119 is #360EE6. Grayscale: #CDCDCD. Windows color (decimal): -3542759 or 1700297. OLE color: 1700297.
HSL color Cylindrical-coordinate representation of color #C9F119: hue angle of 71.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9F119 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.05 |
| HSL | 71.11º | 0.89% | 0.52% | - |
| HSV(B) | 71.11º | 0.9% | 0.95% | - |
| XYZ | 55.72 | 75.4 | 12.54 | - |
| YUV | 204.42 | 26.75 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 25 | 0.17 | 0 | 0.90 | 0.05 | 71.11 | 0.89 | 0.52 |
| Hex | C9 | F1 | 19 | 11 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 311 | 361 | 31 | 21 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001001 | 11110001 | 11001 | 10001 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #C9F119
Complementary color
Monochromatic Colors of #C9F119
Black with #C9F119
Text Example
Text Example
White with #C9F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F119; }
p { color: rgb(201,241,25); }
H1.HeaderClassName
{
color: #C9F119;
}
.AnyTagClassName
{
color: #C9F119;
}
</style>
background-color css
<style>
a { background-color: #C9F119; }
a { background-color: rgb(201,241,25); }
div.DivClassName
{
background-color: #C9F119;
}
.BgClassName
{
background-color: #C9F119;
}
</style>
border-color css
<style>
span { border-color: #C9F119; }
span { border-color: rgb(201,241,25); }
td.TdClassName
{
border-color: #C9F119;
}
.TagClassName
{
border-color: #C9F119;
}
</style>