Shades of Electric Lime #C9F91A
Tints of Electric Lime #C9F91A
RGB
CMYK
RGB Variations
Color information
#C9F91A (or 0xC9F91A) is known color: Electric Lime. HEX triplet: C9, F9 and 1A. RGB value is (201,249,26). Sum of RGB (Red+Green+Blue) = 201+249+26=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F91A is #3606E5. Grayscale: #D2D2D2. Windows color (decimal): -3540710 or 1767881. OLE color: 1767881.
HSL color Cylindrical-coordinate representation of color #C9F91A: hue angle of 72.91º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9F91A is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 26 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.02 |
| HSL | 72.91º | 0.95% | 0.54% | - |
| HSV(B) | 72.91º | 0.9% | 0.98% | - |
| XYZ | 58.15 | 80.24 | 13.4 | - |
| YUV | 209.23 | 24.6 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 26 | 0.19 | 0 | 0.90 | 0.02 | 72.91 | 0.95 | 0.54 |
| Hex | C9 | F9 | 1A | 13 | 0 | 5A | 2 | 49 | 5F | 36 |
| Octal | 311 | 371 | 32 | 23 | 0 | 132 | 2 | 111 | 137 | 66 |
| Binary | 11001001 | 11111001 | 11010 | 10011 | 0 | 1011010 | 10 | 1001001 | 1011111 | 110110 |
Color Harmonies of #C9F91A
Complementary color
Monochromatic Colors of #C9F91A
Black with #C9F91A
Text Example
Text Example
White with #C9F91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F91A; }
p { color: rgb(201,249,26); }
H1.HeaderClassName
{
color: #C9F91A;
}
.AnyTagClassName
{
color: #C9F91A;
}
</style>
background-color css
<style>
a { background-color: #C9F91A; }
a { background-color: rgb(201,249,26); }
div.DivClassName
{
background-color: #C9F91A;
}
.BgClassName
{
background-color: #C9F91A;
}
</style>
border-color css
<style>
span { border-color: #C9F91A; }
span { border-color: rgb(201,249,26); }
td.TdClassName
{
border-color: #C9F91A;
}
.TagClassName
{
border-color: #C9F91A;
}
</style>