Shades of Electric Lime #C9F90F
Tints of Electric Lime #C9F90F
RGB
CMYK
RGB Variations
Color information
#C9F90F (or 0xC9F90F) is known color: Electric Lime. HEX triplet: C9, F9 and 0F. RGB value is (201,249,15). Sum of RGB (Red+Green+Blue) = 201+249+15=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F90F is #3606F0. Grayscale: #D0D0D0. Windows color (decimal): -3540721 or 1046985. OLE color: 1046985.
HSL color Cylindrical-coordinate representation of color #C9F90F: hue angle of 72.31º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9F90F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 15 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.02 |
| HSL | 72.31º | 0.95% | 0.52% | - |
| HSV(B) | 72.31º | 0.94% | 0.98% | - |
| XYZ | 58.05 | 80.2 | 12.87 | - |
| YUV | 207.97 | 19.1 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 15 | 0.19 | 0 | 0.94 | 0.02 | 72.31 | 0.95 | 0.52 |
| Hex | C9 | F9 | F | 13 | 0 | 5E | 2 | 48 | 5F | 34 |
| Octal | 311 | 371 | 17 | 23 | 0 | 136 | 2 | 110 | 137 | 64 |
| Binary | 11001001 | 11111001 | 1111 | 10011 | 0 | 1011110 | 10 | 1001000 | 1011111 | 110100 |
Color Harmonies of #C9F90F
Complementary color
Monochromatic Colors of #C9F90F
Black with #C9F90F
Text Example
Text Example
White with #C9F90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F90F; }
p { color: rgb(201,249,15); }
H1.HeaderClassName
{
color: #C9F90F;
}
.AnyTagClassName
{
color: #C9F90F;
}
</style>
background-color css
<style>
a { background-color: #C9F90F; }
a { background-color: rgb(201,249,15); }
div.DivClassName
{
background-color: #C9F90F;
}
.BgClassName
{
background-color: #C9F90F;
}
</style>
border-color css
<style>
span { border-color: #C9F90F; }
span { border-color: rgb(201,249,15); }
td.TdClassName
{
border-color: #C9F90F;
}
.TagClassName
{
border-color: #C9F90F;
}
</style>