Shades of Lime Green #19BD11
Tints of Lime Green #19BD11
RGB
CMYK
RGB Variations
Color information
#19BD11 (or 0x19BD11) is known color: Lime Green. HEX triplet: 19, BD and 11. RGB value is (25,189,17). Sum of RGB (Red+Green+Blue) = 25+189+17=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 189 (74.22% from 255 or 81.82% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BD11 is #E642EE. Grayscale: #787878. Windows color (decimal): -15090415 or 1162521. OLE color: 1162521.
HSL color Cylindrical-coordinate representation of color #19BD11: hue angle of 117.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19BD11 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 17 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.26 |
| HSL | 117.21º | 0.83% | 0.4% | - |
| HSV(B) | 117.21º | 0.91% | 0.74% | - |
| XYZ | 18.7 | 36.64 | 6.62 | - |
| YUV | 120.36 | 69.67 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 17 | 0.87 | 0 | 0.91 | 0.26 | 117.21 | 0.83 | 0.4 |
| Hex | 19 | BD | 11 | 57 | 0 | 5B | 1A | 75 | 53 | 28 |
| Octal | 31 | 275 | 21 | 127 | 0 | 133 | 32 | 165 | 123 | 50 |
| Binary | 11001 | 10111101 | 10001 | 1010111 | 0 | 1011011 | 11010 | 1110101 | 1010011 | 101000 |
Color Harmonies of #19BD11
Complementary color
Monochromatic Colors of #19BD11
Black with #19BD11
Text Example
Text Example
White with #19BD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BD11; }
p { color: rgb(25,189,17); }
H1.HeaderClassName
{
color: #19BD11;
}
.AnyTagClassName
{
color: #19BD11;
}
</style>
background-color css
<style>
a { background-color: #19BD11; }
a { background-color: rgb(25,189,17); }
div.DivClassName
{
background-color: #19BD11;
}
.BgClassName
{
background-color: #19BD11;
}
</style>
border-color css
<style>
span { border-color: #19BD11; }
span { border-color: rgb(25,189,17); }
td.TdClassName
{
border-color: #19BD11;
}
.TagClassName
{
border-color: #19BD11;
}
</style>