Shades of Lime Green #19B914
Tints of Lime Green #19B914
RGB
CMYK
RGB Variations
Color information
#19B914 (or 0x19B914) is known color: Lime Green. HEX triplet: 19, B9 and 14. RGB value is (25,185,20). Sum of RGB (Red+Green+Blue) = 25+185+20=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 185 (72.66% from 255 or 80.43% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 185 - color contains mainly: green. Hex color #19B914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19B914 is #E646EB. Grayscale: #767676. Windows color (decimal): -15091436 or 1358105. OLE color: 1358105.
HSL color Cylindrical-coordinate representation of color #19B914: hue angle of 118.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19B914 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 185 | 20 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.27 |
| HSL | 118.18º | 0.8% | 0.4% | - |
| HSV(B) | 118.18º | 0.89% | 0.73% | - |
| XYZ | 17.88 | 34.96 | 6.47 | - |
| YUV | 118.35 | 72.49 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 185 | 20 | 0.86 | 0 | 0.89 | 0.27 | 118.18 | 0.8 | 0.4 |
| Hex | 19 | B9 | 14 | 56 | 0 | 59 | 1B | 76 | 50 | 28 |
| Octal | 31 | 271 | 24 | 126 | 0 | 131 | 33 | 166 | 120 | 50 |
| Binary | 11001 | 10111001 | 10100 | 1010110 | 0 | 1011001 | 11011 | 1110110 | 1010000 | 101000 |
Color Harmonies of #19B914
Complementary color
Monochromatic Colors of #19B914
Black with #19B914
Text Example
Text Example
White with #19B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B914; }
p { color: rgb(25,185,20); }
H1.HeaderClassName
{
color: #19B914;
}
.AnyTagClassName
{
color: #19B914;
}
</style>
background-color css
<style>
a { background-color: #19B914; }
a { background-color: rgb(25,185,20); }
div.DivClassName
{
background-color: #19B914;
}
.BgClassName
{
background-color: #19B914;
}
</style>
border-color css
<style>
span { border-color: #19B914; }
span { border-color: rgb(25,185,20); }
td.TdClassName
{
border-color: #19B914;
}
.TagClassName
{
border-color: #19B914;
}
</style>