Shades of Electric Lime #C9F016
Tints of Electric Lime #C9F016
RGB
CMYK
RGB Variations
Color information
#C9F016 (or 0xC9F016) is known color: Electric Lime. HEX triplet: C9, F0 and 16. RGB value is (201,240,22). Sum of RGB (Red+Green+Blue) = 201+240+22=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F016 is #360FE9. Grayscale: #CCCCCC. Windows color (decimal): -3543018 or 1503433. OLE color: 1503433.
HSL color Cylindrical-coordinate representation of color #C9F016: hue angle of 70.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9F016 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 22 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.06 |
| HSL | 70.73º | 0.88% | 0.51% | - |
| HSV(B) | 70.73º | 0.91% | 0.94% | - |
| XYZ | 55.39 | 74.8 | 12.28 | - |
| YUV | 203.49 | 25.58 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 22 | 0.16 | 0 | 0.91 | 0.06 | 70.73 | 0.88 | 0.51 |
| Hex | C9 | F0 | 16 | 10 | 0 | 5B | 6 | 47 | 58 | 33 |
| Octal | 311 | 360 | 26 | 20 | 0 | 133 | 6 | 107 | 130 | 63 |
| Binary | 11001001 | 11110000 | 10110 | 10000 | 0 | 1011011 | 110 | 1000111 | 1011000 | 110011 |
Color Harmonies of #C9F016
Complementary color
Monochromatic Colors of #C9F016
Black with #C9F016
Text Example
Text Example
White with #C9F016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F016; }
p { color: rgb(201,240,22); }
H1.HeaderClassName
{
color: #C9F016;
}
.AnyTagClassName
{
color: #C9F016;
}
</style>
background-color css
<style>
a { background-color: #C9F016; }
a { background-color: rgb(201,240,22); }
div.DivClassName
{
background-color: #C9F016;
}
.BgClassName
{
background-color: #C9F016;
}
</style>
border-color css
<style>
span { border-color: #C9F016; }
span { border-color: rgb(201,240,22); }
td.TdClassName
{
border-color: #C9F016;
}
.TagClassName
{
border-color: #C9F016;
}
</style>