Shades of Lime Green #19BD12
Tints of Lime Green #19BD12
RGB
CMYK
RGB Variations
Color information
#19BD12 (or 0x19BD12) is known color: Lime Green. HEX triplet: 19, BD and 12. RGB value is (25,189,18). Sum of RGB (Red+Green+Blue) = 25+189+18=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 189 (74.22% from 255 or 81.47% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 189 - color contains mainly: green. Hex color #19BD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BD12 is #E642ED. Grayscale: #787878. Windows color (decimal): -15090414 or 1228057. OLE color: 1228057.
HSL color Cylindrical-coordinate representation of color #19BD12: hue angle of 117.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19BD12 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 18 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.26 |
| HSL | 117.54º | 0.83% | 0.41% | - |
| HSV(B) | 117.54º | 0.9% | 0.74% | - |
| XYZ | 18.71 | 36.65 | 6.66 | - |
| YUV | 120.47 | 70.17 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 18 | 0.87 | 0 | 0.90 | 0.26 | 117.54 | 0.83 | 0.41 |
| Hex | 19 | BD | 12 | 57 | 0 | 5A | 1A | 76 | 53 | 29 |
| Octal | 31 | 275 | 22 | 127 | 0 | 132 | 32 | 166 | 123 | 51 |
| Binary | 11001 | 10111101 | 10010 | 1010111 | 0 | 1011010 | 11010 | 1110110 | 1010011 | 101001 |
Color Harmonies of #19BD12
Complementary color
Monochromatic Colors of #19BD12
Black with #19BD12
Text Example
Text Example
White with #19BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BD12; }
p { color: rgb(25,189,18); }
H1.HeaderClassName
{
color: #19BD12;
}
.AnyTagClassName
{
color: #19BD12;
}
</style>
background-color css
<style>
a { background-color: #19BD12; }
a { background-color: rgb(25,189,18); }
div.DivClassName
{
background-color: #19BD12;
}
.BgClassName
{
background-color: #19BD12;
}
</style>
border-color css
<style>
span { border-color: #19BD12; }
span { border-color: rgb(25,189,18); }
td.TdClassName
{
border-color: #19BD12;
}
.TagClassName
{
border-color: #19BD12;
}
</style>