Shades of Lime Green #19BA12
Tints of Lime Green #19BA12
RGB
CMYK
RGB Variations
Color information
#19BA12 (or 0x19BA12) is known color: Lime Green. HEX triplet: 19, BA and 12. RGB value is (25,186,18). Sum of RGB (Red+Green+Blue) = 25+186+18=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BA12 is #E645ED. Grayscale: #777777. Windows color (decimal): -15091182 or 1227289. OLE color: 1227289.
HSL color Cylindrical-coordinate representation of color #19BA12: hue angle of 117.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BA12 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 186 | 18 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.27 |
| HSL | 117.5º | 0.82% | 0.4% | - |
| HSV(B) | 117.5º | 0.9% | 0.73% | - |
| XYZ | 18.07 | 35.37 | 6.45 | - |
| YUV | 118.71 | 71.16 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 186 | 18 | 0.87 | 0 | 0.90 | 0.27 | 117.5 | 0.82 | 0.4 |
| Hex | 19 | BA | 12 | 57 | 0 | 5A | 1B | 76 | 52 | 28 |
| Octal | 31 | 272 | 22 | 127 | 0 | 132 | 33 | 166 | 122 | 50 |
| Binary | 11001 | 10111010 | 10010 | 1010111 | 0 | 1011010 | 11011 | 1110110 | 1010010 | 101000 |
Color Harmonies of #19BA12
Complementary color
Monochromatic Colors of #19BA12
Black with #19BA12
Text Example
Text Example
White with #19BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BA12; }
p { color: rgb(25,186,18); }
H1.HeaderClassName
{
color: #19BA12;
}
.AnyTagClassName
{
color: #19BA12;
}
</style>
background-color css
<style>
a { background-color: #19BA12; }
a { background-color: rgb(25,186,18); }
div.DivClassName
{
background-color: #19BA12;
}
.BgClassName
{
background-color: #19BA12;
}
</style>
border-color css
<style>
span { border-color: #19BA12; }
span { border-color: rgb(25,186,18); }
td.TdClassName
{
border-color: #19BA12;
}
.TagClassName
{
border-color: #19BA12;
}
</style>