Shades of Electric Lime #C9F714
Tints of Electric Lime #C9F714
RGB
CMYK
RGB Variations
Color information
#C9F714 (or 0xC9F714) is known color: Electric Lime. HEX triplet: C9, F7 and 14. RGB value is (201,247,20). Sum of RGB (Red+Green+Blue) = 201+247+20=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F714 is #3608EB. Grayscale: #D0D0D0. Windows color (decimal): -3541228 or 1374153. OLE color: 1374153.
HSL color Cylindrical-coordinate representation of color #C9F714: hue angle of 72.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9F714 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 20 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.03 |
| HSL | 72.16º | 0.93% | 0.52% | - |
| HSV(B) | 72.16º | 0.92% | 0.97% | - |
| XYZ | 57.47 | 78.99 | 12.88 | - |
| YUV | 207.37 | 22.26 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 20 | 0.19 | 0 | 0.92 | 0.03 | 72.16 | 0.93 | 0.52 |
| Hex | C9 | F7 | 14 | 13 | 0 | 5C | 3 | 48 | 5D | 34 |
| Octal | 311 | 367 | 24 | 23 | 0 | 134 | 3 | 110 | 135 | 64 |
| Binary | 11001001 | 11110111 | 10100 | 10011 | 0 | 1011100 | 11 | 1001000 | 1011101 | 110100 |
Color Harmonies of #C9F714
Complementary color
Monochromatic Colors of #C9F714
Black with #C9F714
Text Example
Text Example
White with #C9F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F714; }
p { color: rgb(201,247,20); }
H1.HeaderClassName
{
color: #C9F714;
}
.AnyTagClassName
{
color: #C9F714;
}
</style>
background-color css
<style>
a { background-color: #C9F714; }
a { background-color: rgb(201,247,20); }
div.DivClassName
{
background-color: #C9F714;
}
.BgClassName
{
background-color: #C9F714;
}
</style>
border-color css
<style>
span { border-color: #C9F714; }
span { border-color: rgb(201,247,20); }
td.TdClassName
{
border-color: #C9F714;
}
.TagClassName
{
border-color: #C9F714;
}
</style>