Shades of Lime Green #19BA18
Tints of Lime Green #19BA18
RGB
CMYK
RGB Variations
Color information
#19BA18 (or 0x19BA18) is known color: Lime Green. HEX triplet: 19, BA and 18. RGB value is (25,186,24). Sum of RGB (Red+Green+Blue) = 25+186+24=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BA18 is #E645E7. Grayscale: #777777. Windows color (decimal): -15091176 or 1620505. OLE color: 1620505.
HSL color Cylindrical-coordinate representation of color #19BA18: hue angle of 119.63º degrees, saturation: 0.77, 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 #19BA18 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 24 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.27 |
| HSL | 119.63º | 0.77% | 0.41% | - |
| HSV(B) | 119.63º | 0.87% | 0.73% | - |
| XYZ | 18.12 | 35.39 | 6.74 | - |
| YUV | 119.39 | 74.16 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 24 | 0.87 | 0 | 0.87 | 0.27 | 119.63 | 0.77 | 0.41 |
| Hex | 19 | BA | 18 | 57 | 0 | 57 | 1B | 78 | 4D | 29 |
| Octal | 31 | 272 | 30 | 127 | 0 | 127 | 33 | 170 | 115 | 51 |
| Binary | 11001 | 10111010 | 11000 | 1010111 | 0 | 1010111 | 11011 | 1111000 | 1001101 | 101001 |
Color Harmonies of #19BA18
Complementary color
Monochromatic Colors of #19BA18
Black with #19BA18
Text Example
Text Example
White with #19BA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA18; }
p { color: rgb(25,186,24); }
H1.HeaderClassName
{
color: #19BA18;
}
.AnyTagClassName
{
color: #19BA18;
}
</style>
background-color css
<style>
a { background-color: #19BA18; }
a { background-color: rgb(25,186,24); }
div.DivClassName
{
background-color: #19BA18;
}
.BgClassName
{
background-color: #19BA18;
}
</style>
border-color css
<style>
span { border-color: #19BA18; }
span { border-color: rgb(25,186,24); }
td.TdClassName
{
border-color: #19BA18;
}
.TagClassName
{
border-color: #19BA18;
}
</style>