Shades of Electric Lime #C9F217
Tints of Electric Lime #C9F217
RGB
CMYK
RGB Variations
Color information
#C9F217 (or 0xC9F217) is known color: Electric Lime. HEX triplet: C9, F2 and 17. RGB value is (201,242,23). Sum of RGB (Red+Green+Blue) = 201+242+23=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F217 is #360DE8. Grayscale: #CDCDCD. Windows color (decimal): -3542505 or 1569481. OLE color: 1569481.
HSL color Cylindrical-coordinate representation of color #C9F217: hue angle of 71.23º 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 #C9F217 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 23 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.05 |
| HSL | 71.23º | 0.89% | 0.52% | - |
| HSV(B) | 71.23º | 0.9% | 0.95% | - |
| XYZ | 55.99 | 75.98 | 12.53 | - |
| YUV | 204.78 | 25.42 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 23 | 0.17 | 0 | 0.90 | 0.05 | 71.23 | 0.89 | 0.52 |
| Hex | C9 | F2 | 17 | 11 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 311 | 362 | 27 | 21 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001001 | 11110010 | 10111 | 10001 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #C9F217
Complementary color
Monochromatic Colors of #C9F217
Black with #C9F217
Text Example
Text Example
White with #C9F217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F217; }
p { color: rgb(201,242,23); }
H1.HeaderClassName
{
color: #C9F217;
}
.AnyTagClassName
{
color: #C9F217;
}
</style>
background-color css
<style>
a { background-color: #C9F217; }
a { background-color: rgb(201,242,23); }
div.DivClassName
{
background-color: #C9F217;
}
.BgClassName
{
background-color: #C9F217;
}
</style>
border-color css
<style>
span { border-color: #C9F217; }
span { border-color: rgb(201,242,23); }
td.TdClassName
{
border-color: #C9F217;
}
.TagClassName
{
border-color: #C9F217;
}
</style>