Shades of Lime Green #19BA29
Tints of Lime Green #19BA29
RGB
CMYK
RGB Variations
Color information
#19BA29 (or 0x19BA29) is known color: Lime Green. HEX triplet: 19, BA and 29. RGB value is (25,186,41). Sum of RGB (Red+Green+Blue) = 25+186+41=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA29 is #E645D6. Grayscale: #797979. Windows color (decimal): -15091159 or 2734617. OLE color: 2734617.
HSL color Cylindrical-coordinate representation of color #19BA29: hue angle of 125.96º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA29 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 41 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.27 |
| HSL | 125.96º | 0.76% | 0.41% | - |
| HSV(B) | 125.96º | 0.87% | 0.73% | - |
| XYZ | 18.36 | 35.48 | 7.98 | - |
| YUV | 121.33 | 82.66 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 41 | 0.87 | 0 | 0.78 | 0.27 | 125.96 | 0.76 | 0.41 |
| Hex | 19 | BA | 29 | 57 | 0 | 4E | 1B | 7E | 4C | 29 |
| Octal | 31 | 272 | 51 | 127 | 0 | 116 | 33 | 176 | 114 | 51 |
| Binary | 11001 | 10111010 | 101001 | 1010111 | 0 | 1001110 | 11011 | 1111110 | 1001100 | 101001 |
Color Harmonies of #19BA29
Complementary color
Monochromatic Colors of #19BA29
Black with #19BA29
Text Example
Text Example
White with #19BA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA29; }
p { color: rgb(25,186,41); }
H1.HeaderClassName
{
color: #19BA29;
}
.AnyTagClassName
{
color: #19BA29;
}
</style>
background-color css
<style>
a { background-color: #19BA29; }
a { background-color: rgb(25,186,41); }
div.DivClassName
{
background-color: #19BA29;
}
.BgClassName
{
background-color: #19BA29;
}
</style>
border-color css
<style>
span { border-color: #19BA29; }
span { border-color: rgb(25,186,41); }
td.TdClassName
{
border-color: #19BA29;
}
.TagClassName
{
border-color: #19BA29;
}
</style>