Shades of Electric Lime #C9F715
Tints of Electric Lime #C9F715
RGB
CMYK
RGB Variations
Color information
#C9F715 (or 0xC9F715) is known color: Electric Lime. HEX triplet: C9, F7 and 15. RGB value is (201,247,21). Sum of RGB (Red+Green+Blue) = 201+247+21=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F715 is #3608EA. Grayscale: #D0D0D0. Windows color (decimal): -3541227 or 1439689. OLE color: 1439689.
HSL color Cylindrical-coordinate representation of color #C9F715: hue angle of 72.21º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9F715 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 21 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.03 |
| HSL | 72.21º | 0.93% | 0.53% | - |
| HSV(B) | 72.21º | 0.91% | 0.97% | - |
| XYZ | 57.48 | 78.99 | 12.93 | - |
| YUV | 207.48 | 22.76 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 21 | 0.19 | 0 | 0.91 | 0.03 | 72.21 | 0.93 | 0.53 |
| Hex | C9 | F7 | 15 | 13 | 0 | 5B | 3 | 48 | 5D | 35 |
| Octal | 311 | 367 | 25 | 23 | 0 | 133 | 3 | 110 | 135 | 65 |
| Binary | 11001001 | 11110111 | 10101 | 10011 | 0 | 1011011 | 11 | 1001000 | 1011101 | 110101 |
Color Harmonies of #C9F715
Complementary color
Monochromatic Colors of #C9F715
Black with #C9F715
Text Example
Text Example
White with #C9F715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F715; }
p { color: rgb(201,247,21); }
H1.HeaderClassName
{
color: #C9F715;
}
.AnyTagClassName
{
color: #C9F715;
}
</style>
background-color css
<style>
a { background-color: #C9F715; }
a { background-color: rgb(201,247,21); }
div.DivClassName
{
background-color: #C9F715;
}
.BgClassName
{
background-color: #C9F715;
}
</style>
border-color css
<style>
span { border-color: #C9F715; }
span { border-color: rgb(201,247,21); }
td.TdClassName
{
border-color: #C9F715;
}
.TagClassName
{
border-color: #C9F715;
}
</style>