Shades of Lime Green #19BA28
Tints of Lime Green #19BA28
RGB
CMYK
RGB Variations
Color information
#19BA28 (or 0x19BA28) is known color: Lime Green. HEX triplet: 19, BA and 28. RGB value is (25,186,40). Sum of RGB (Red+Green+Blue) = 25+186+40=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA28 is #E645D7. Grayscale: #797979. Windows color (decimal): -15091160 or 2669081. OLE color: 2669081.
HSL color Cylindrical-coordinate representation of color #19BA28: hue angle of 125.59º 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 #19BA28 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 40 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.27 |
| HSL | 125.59º | 0.76% | 0.41% | - |
| HSV(B) | 125.59º | 0.87% | 0.73% | - |
| XYZ | 18.34 | 35.48 | 7.89 | - |
| YUV | 121.22 | 82.16 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 40 | 0.87 | 0 | 0.78 | 0.27 | 125.59 | 0.76 | 0.41 |
| Hex | 19 | BA | 28 | 57 | 0 | 4E | 1B | 7E | 4C | 29 |
| Octal | 31 | 272 | 50 | 127 | 0 | 116 | 33 | 176 | 114 | 51 |
| Binary | 11001 | 10111010 | 101000 | 1010111 | 0 | 1001110 | 11011 | 1111110 | 1001100 | 101001 |
Color Harmonies of #19BA28
Complementary color
Monochromatic Colors of #19BA28
Black with #19BA28
Text Example
Text Example
White with #19BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA28; }
p { color: rgb(25,186,40); }
H1.HeaderClassName
{
color: #19BA28;
}
.AnyTagClassName
{
color: #19BA28;
}
</style>
background-color css
<style>
a { background-color: #19BA28; }
a { background-color: rgb(25,186,40); }
div.DivClassName
{
background-color: #19BA28;
}
.BgClassName
{
background-color: #19BA28;
}
</style>
border-color css
<style>
span { border-color: #19BA28; }
span { border-color: rgb(25,186,40); }
td.TdClassName
{
border-color: #19BA28;
}
.TagClassName
{
border-color: #19BA28;
}
</style>