Shades of Electric Lime #C9F219
Tints of Electric Lime #C9F219
RGB
CMYK
RGB Variations
Color information
#C9F219 (or 0xC9F219) is known color: Electric Lime. HEX triplet: C9, F2 and 19. RGB value is (201,242,25). Sum of RGB (Red+Green+Blue) = 201+242+25=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F219 is #360DE6. Grayscale: #CDCDCD. Windows color (decimal): -3542503 or 1700553. OLE color: 1700553.
HSL color Cylindrical-coordinate representation of color #C9F219: hue angle of 71.34º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9F219 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 25 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.05 |
| HSL | 71.34º | 0.89% | 0.52% | - |
| HSV(B) | 71.34º | 0.9% | 0.95% | - |
| XYZ | 56.02 | 75.99 | 12.64 | - |
| YUV | 205 | 26.42 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 25 | 0.17 | 0 | 0.90 | 0.05 | 71.34 | 0.89 | 0.52 |
| Hex | C9 | F2 | 19 | 11 | 0 | 5A | 5 | 47 | 59 | 34 |
| Octal | 311 | 362 | 31 | 21 | 0 | 132 | 5 | 107 | 131 | 64 |
| Binary | 11001001 | 11110010 | 11001 | 10001 | 0 | 1011010 | 101 | 1000111 | 1011001 | 110100 |
Color Harmonies of #C9F219
Complementary color
Monochromatic Colors of #C9F219
Black with #C9F219
Text Example
Text Example
White with #C9F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F219; }
p { color: rgb(201,242,25); }
H1.HeaderClassName
{
color: #C9F219;
}
.AnyTagClassName
{
color: #C9F219;
}
</style>
background-color css
<style>
a { background-color: #C9F219; }
a { background-color: rgb(201,242,25); }
div.DivClassName
{
background-color: #C9F219;
}
.BgClassName
{
background-color: #C9F219;
}
</style>
border-color css
<style>
span { border-color: #C9F219; }
span { border-color: rgb(201,242,25); }
td.TdClassName
{
border-color: #C9F219;
}
.TagClassName
{
border-color: #C9F219;
}
</style>