Shades of Lime Green #19D932
Tints of Lime Green #19D932
RGB
CMYK
RGB Variations
Color information
#19D932 (or 0x19D932) is known color: Lime Green. HEX triplet: 19, D9 and 32. RGB value is (25,217,50). Sum of RGB (Red+Green+Blue) = 25+217+50=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 217 (85.16% from 255 or 74.32% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 217 - color contains mainly: green. Hex color #19D932 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19D932 is #E626CD. Grayscale: #8D8D8D. Windows color (decimal): -15083214 or 3332377. OLE color: 3332377.
HSL color Cylindrical-coordinate representation of color #19D932: hue angle of 127.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D932 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 50 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.15 |
| HSL | 127.81º | 0.79% | 0.47% | - |
| HSV(B) | 127.81º | 0.88% | 0.85% | - |
| XYZ | 25.79 | 50.06 | 11.32 | - |
| YUV | 140.55 | 76.89 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 50 | 0.88 | 0 | 0.77 | 0.15 | 127.81 | 0.79 | 0.47 |
| Hex | 19 | D9 | 32 | 58 | 0 | 4D | F | 80 | 4F | 2F |
| Octal | 31 | 331 | 62 | 130 | 0 | 115 | 17 | 200 | 117 | 57 |
| Binary | 11001 | 11011001 | 110010 | 1011000 | 0 | 1001101 | 1111 | 10000000 | 1001111 | 101111 |
Color Harmonies of #19D932
Complementary color
Monochromatic Colors of #19D932
Black with #19D932
Text Example
Text Example
White with #19D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D932; }
p { color: rgb(25,217,50); }
H1.HeaderClassName
{
color: #19D932;
}
.AnyTagClassName
{
color: #19D932;
}
</style>
background-color css
<style>
a { background-color: #19D932; }
a { background-color: rgb(25,217,50); }
div.DivClassName
{
background-color: #19D932;
}
.BgClassName
{
background-color: #19D932;
}
</style>
border-color css
<style>
span { border-color: #19D932; }
span { border-color: rgb(25,217,50); }
td.TdClassName
{
border-color: #19D932;
}
.TagClassName
{
border-color: #19D932;
}
</style>