Shades of Lime Green #19BF12
Tints of Lime Green #19BF12
RGB
CMYK
RGB Variations
Color information
#19BF12 (or 0x19BF12) is known color: Lime Green. HEX triplet: 19, BF and 12. RGB value is (25,191,18). Sum of RGB (Red+Green+Blue) = 25+191+18=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BF12 is #E640ED. Grayscale: #7A7A7A. Windows color (decimal): -15089902 or 1228569. OLE color: 1228569.
HSL color Cylindrical-coordinate representation of color #19BF12: hue angle of 117.57º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19BF12 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 18 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.25 |
| HSL | 117.57º | 0.83% | 0.41% | - |
| HSV(B) | 117.57º | 0.91% | 0.75% | - |
| XYZ | 19.14 | 37.51 | 6.8 | - |
| YUV | 121.64 | 69.5 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 18 | 0.87 | 0 | 0.91 | 0.25 | 117.57 | 0.83 | 0.41 |
| Hex | 19 | BF | 12 | 57 | 0 | 5B | 19 | 76 | 53 | 29 |
| Octal | 31 | 277 | 22 | 127 | 0 | 133 | 31 | 166 | 123 | 51 |
| Binary | 11001 | 10111111 | 10010 | 1010111 | 0 | 1011011 | 11001 | 1110110 | 1010011 | 101001 |
Color Harmonies of #19BF12
Complementary color
Monochromatic Colors of #19BF12
Black with #19BF12
Text Example
Text Example
White with #19BF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BF12; }
p { color: rgb(25,191,18); }
H1.HeaderClassName
{
color: #19BF12;
}
.AnyTagClassName
{
color: #19BF12;
}
</style>
background-color css
<style>
a { background-color: #19BF12; }
a { background-color: rgb(25,191,18); }
div.DivClassName
{
background-color: #19BF12;
}
.BgClassName
{
background-color: #19BF12;
}
</style>
border-color css
<style>
span { border-color: #19BF12; }
span { border-color: rgb(25,191,18); }
td.TdClassName
{
border-color: #19BF12;
}
.TagClassName
{
border-color: #19BF12;
}
</style>