Shades of Electric Lime #C9F414
Tints of Electric Lime #C9F414
RGB
CMYK
RGB Variations
Color information
#C9F414 (or 0xC9F414) is known color: Electric Lime. HEX triplet: C9, F4 and 14. RGB value is (201,244,20). Sum of RGB (Red+Green+Blue) = 201+244+20=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F414 is #360BEB. Grayscale: #CECECE. Windows color (decimal): -3541996 or 1373385. OLE color: 1373385.
HSL color Cylindrical-coordinate representation of color #C9F414: hue angle of 71.52º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9F414 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 244 | 20 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.04 |
| HSL | 71.52º | 0.91% | 0.52% | - |
| HSV(B) | 71.52º | 0.92% | 0.96% | - |
| XYZ | 56.56 | 77.17 | 12.58 | - |
| YUV | 205.61 | 23.25 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 20 | 0.18 | 0 | 0.92 | 0.04 | 71.52 | 0.91 | 0.52 |
| Hex | C9 | F4 | 14 | 12 | 0 | 5C | 4 | 48 | 5B | 34 |
| Octal | 311 | 364 | 24 | 22 | 0 | 134 | 4 | 110 | 133 | 64 |
| Binary | 11001001 | 11110100 | 10100 | 10010 | 0 | 1011100 | 100 | 1001000 | 1011011 | 110100 |
Color Harmonies of #C9F414
Complementary color
Monochromatic Colors of #C9F414
Black with #C9F414
Text Example
Text Example
White with #C9F414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F414; }
p { color: rgb(201,244,20); }
H1.HeaderClassName
{
color: #C9F414;
}
.AnyTagClassName
{
color: #C9F414;
}
</style>
background-color css
<style>
a { background-color: #C9F414; }
a { background-color: rgb(201,244,20); }
div.DivClassName
{
background-color: #C9F414;
}
.BgClassName
{
background-color: #C9F414;
}
</style>
border-color css
<style>
span { border-color: #C9F414; }
span { border-color: rgb(201,244,20); }
td.TdClassName
{
border-color: #C9F414;
}
.TagClassName
{
border-color: #C9F414;
}
</style>