Shades of Lime Green #19DE2D
Tints of Lime Green #19DE2D
RGB
CMYK
RGB Variations
Color information
#19DE2D (or 0x19DE2D) is known color: Lime Green. HEX triplet: 19, DE and 2D. RGB value is (25,222,45). Sum of RGB (Red+Green+Blue) = 25+222+45=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 222 (87.11% from 255 or 76.03% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 222 - color contains mainly: green. Hex color #19DE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DE2D is #E621D2. Grayscale: #8F8F8F. Windows color (decimal): -15081939 or 3005977. OLE color: 3005977.
HSL color Cylindrical-coordinate representation of color #19DE2D: hue angle of 126.09º 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 #19DE2D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 222 | 45 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.13 |
| HSL | 126.09º | 0.8% | 0.48% | - |
| HSV(B) | 126.09º | 0.89% | 0.87% | - |
| XYZ | 27 | 52.64 | 11.22 | - |
| YUV | 142.92 | 72.73 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 45 | 0.89 | 0 | 0.80 | 0.13 | 126.09 | 0.8 | 0.48 |
| Hex | 19 | DE | 2D | 59 | 0 | 50 | D | 7E | 50 | 30 |
| Octal | 31 | 336 | 55 | 131 | 0 | 120 | 15 | 176 | 120 | 60 |
| Binary | 11001 | 11011110 | 101101 | 1011001 | 0 | 1010000 | 1101 | 1111110 | 1010000 | 110000 |
Color Harmonies of #19DE2D
Complementary color
Monochromatic Colors of #19DE2D
Black with #19DE2D
Text Example
Text Example
White with #19DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DE2D; }
p { color: rgb(25,222,45); }
H1.HeaderClassName
{
color: #19DE2D;
}
.AnyTagClassName
{
color: #19DE2D;
}
</style>
background-color css
<style>
a { background-color: #19DE2D; }
a { background-color: rgb(25,222,45); }
div.DivClassName
{
background-color: #19DE2D;
}
.BgClassName
{
background-color: #19DE2D;
}
</style>
border-color css
<style>
span { border-color: #19DE2D; }
span { border-color: rgb(25,222,45); }
td.TdClassName
{
border-color: #19DE2D;
}
.TagClassName
{
border-color: #19DE2D;
}
</style>