Shades of Lime Green #19B322
Tints of Lime Green #19B322
RGB
CMYK
RGB Variations
Color information
#19B322 (or 0x19B322) is known color: Lime Green. HEX triplet: 19, B3 and 22. RGB value is (25,179,34). Sum of RGB (Red+Green+Blue) = 25+179+34=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 179 (70.31% from 255 or 75.21% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 179 - color contains mainly: green. Hex color #19B322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B322 is #E64CDD. Grayscale: #747474. Windows color (decimal): -15092958 or 2274073. OLE color: 2274073.
HSL color Cylindrical-coordinate representation of color #19B322: hue angle of 123.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B322 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 179 | 34 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.30 |
| HSL | 123.51º | 0.75% | 0.4% | - |
| HSV(B) | 123.51º | 0.86% | 0.7% | - |
| XYZ | 16.81 | 32.56 | 6.91 | - |
| YUV | 116.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 179 | 34 | 0.86 | 0 | 0.81 | 0.30 | 123.51 | 0.75 | 0.4 |
| Hex | 19 | B3 | 22 | 56 | 0 | 51 | 1E | 7C | 4B | 28 |
| Octal | 31 | 263 | 42 | 126 | 0 | 121 | 36 | 174 | 113 | 50 |
| Binary | 11001 | 10110011 | 100010 | 1010110 | 0 | 1010001 | 11110 | 1111100 | 1001011 | 101000 |
Color Harmonies of #19B322
Complementary color
Monochromatic Colors of #19B322
Black with #19B322
Text Example
Text Example
White with #19B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B322; }
p { color: rgb(25,179,34); }
H1.HeaderClassName
{
color: #19B322;
}
.AnyTagClassName
{
color: #19B322;
}
</style>
background-color css
<style>
a { background-color: #19B322; }
a { background-color: rgb(25,179,34); }
div.DivClassName
{
background-color: #19B322;
}
.BgClassName
{
background-color: #19B322;
}
</style>
border-color css
<style>
span { border-color: #19B322; }
span { border-color: rgb(25,179,34); }
td.TdClassName
{
border-color: #19B322;
}
.TagClassName
{
border-color: #19B322;
}
</style>