Shades of Electric Lime #C9F10D
Tints of Electric Lime #C9F10D
RGB
CMYK
RGB Variations
Color information
#C9F10D (or 0xC9F10D) is known color: Electric Lime. HEX triplet: C9, F1 and 0D. RGB value is (201,241,13). Sum of RGB (Red+Green+Blue) = 201+241+13=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F10D is #360EF2. Grayscale: #CBCBCB. Windows color (decimal): -3542771 or 913865. OLE color: 913865.
HSL color Cylindrical-coordinate representation of color #C9F10D: hue angle of 70.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9F10D is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 13 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.05 |
| HSL | 70.53º | 0.9% | 0.5% | - |
| HSV(B) | 70.53º | 0.95% | 0.95% | - |
| XYZ | 55.62 | 75.36 | 11.99 | - |
| YUV | 203.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 13 | 0.17 | 0 | 0.95 | 0.05 | 70.53 | 0.9 | 0.5 |
| Hex | C9 | F1 | D | 11 | 0 | 5F | 5 | 47 | 5A | 32 |
| Octal | 311 | 361 | 15 | 21 | 0 | 137 | 5 | 107 | 132 | 62 |
| Binary | 11001001 | 11110001 | 1101 | 10001 | 0 | 1011111 | 101 | 1000111 | 1011010 | 110010 |
Color Harmonies of #C9F10D
Complementary color
Monochromatic Colors of #C9F10D
Black with #C9F10D
Text Example
Text Example
White with #C9F10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F10D; }
p { color: rgb(201,241,13); }
H1.HeaderClassName
{
color: #C9F10D;
}
.AnyTagClassName
{
color: #C9F10D;
}
</style>
background-color css
<style>
a { background-color: #C9F10D; }
a { background-color: rgb(201,241,13); }
div.DivClassName
{
background-color: #C9F10D;
}
.BgClassName
{
background-color: #C9F10D;
}
</style>
border-color css
<style>
span { border-color: #C9F10D; }
span { border-color: rgb(201,241,13); }
td.TdClassName
{
border-color: #C9F10D;
}
.TagClassName
{
border-color: #C9F10D;
}
</style>