Shades of Electric Lime #C9F90D
Tints of Electric Lime #C9F90D
RGB
CMYK
RGB Variations
Color information
#C9F90D (or 0xC9F90D) is known color: Electric Lime. HEX triplet: C9, F9 and 0D. RGB value is (201,249,13). Sum of RGB (Red+Green+Blue) = 201+249+13=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 249 (97.66% from 255 or 53.78% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F90D is #3606F2. Grayscale: #D0D0D0. Windows color (decimal): -3540723 or 915913. OLE color: 915913.
HSL color Cylindrical-coordinate representation of color #C9F90D: hue angle of 72.2º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9F90D is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 13 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.02 |
| HSL | 72.2º | 0.95% | 0.51% | - |
| HSV(B) | 72.2º | 0.95% | 0.98% | - |
| XYZ | 58.04 | 80.2 | 12.8 | - |
| YUV | 207.74 | 18.1 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 13 | 0.19 | 0 | 0.95 | 0.02 | 72.2 | 0.95 | 0.51 |
| Hex | C9 | F9 | D | 13 | 0 | 5F | 2 | 48 | 5F | 33 |
| Octal | 311 | 371 | 15 | 23 | 0 | 137 | 2 | 110 | 137 | 63 |
| Binary | 11001001 | 11111001 | 1101 | 10011 | 0 | 1011111 | 10 | 1001000 | 1011111 | 110011 |
Color Harmonies of #C9F90D
Complementary color
Monochromatic Colors of #C9F90D
Black with #C9F90D
Text Example
Text Example
White with #C9F90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F90D; }
p { color: rgb(201,249,13); }
H1.HeaderClassName
{
color: #C9F90D;
}
.AnyTagClassName
{
color: #C9F90D;
}
</style>
background-color css
<style>
a { background-color: #C9F90D; }
a { background-color: rgb(201,249,13); }
div.DivClassName
{
background-color: #C9F90D;
}
.BgClassName
{
background-color: #C9F90D;
}
</style>
border-color css
<style>
span { border-color: #C9F90D; }
span { border-color: rgb(201,249,13); }
td.TdClassName
{
border-color: #C9F90D;
}
.TagClassName
{
border-color: #C9F90D;
}
</style>