Shades of Lime Green #19DE2C
Tints of Lime Green #19DE2C
RGB
CMYK
RGB Variations
Color information
#19DE2C (or 0x19DE2C) is known color: Lime Green. HEX triplet: 19, DE and 2C. RGB value is (25,222,44). Sum of RGB (Red+Green+Blue) = 25+222+44=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #19DE2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DE2C is #E621D3. Grayscale: #8F8F8F. Windows color (decimal): -15081940 or 2940441. OLE color: 2940441.
HSL color Cylindrical-coordinate representation of color #19DE2C: hue angle of 125.79º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DE2C is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 44 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.13 |
| HSL | 125.79º | 0.8% | 0.48% | - |
| HSV(B) | 125.79º | 0.89% | 0.87% | - |
| XYZ | 26.98 | 52.63 | 11.12 | - |
| YUV | 142.81 | 72.23 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 44 | 0.89 | 0 | 0.80 | 0.13 | 125.79 | 0.8 | 0.48 |
| Hex | 19 | DE | 2C | 59 | 0 | 50 | D | 7E | 50 | 30 |
| Octal | 31 | 336 | 54 | 131 | 0 | 120 | 15 | 176 | 120 | 60 |
| Binary | 11001 | 11011110 | 101100 | 1011001 | 0 | 1010000 | 1101 | 1111110 | 1010000 | 110000 |
Color Harmonies of #19DE2C
Complementary color
Monochromatic Colors of #19DE2C
Black with #19DE2C
Text Example
Text Example
White with #19DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DE2C; }
p { color: rgb(25,222,44); }
H1.HeaderClassName
{
color: #19DE2C;
}
.AnyTagClassName
{
color: #19DE2C;
}
</style>
background-color css
<style>
a { background-color: #19DE2C; }
a { background-color: rgb(25,222,44); }
div.DivClassName
{
background-color: #19DE2C;
}
.BgClassName
{
background-color: #19DE2C;
}
</style>
border-color css
<style>
span { border-color: #19DE2C; }
span { border-color: rgb(25,222,44); }
td.TdClassName
{
border-color: #19DE2C;
}
.TagClassName
{
border-color: #19DE2C;
}
</style>