Shades of Lime Green #19BB2A
Tints of Lime Green #19BB2A
RGB
CMYK
RGB Variations
Color information
#19BB2A (or 0x19BB2A) is known color: Lime Green. HEX triplet: 19, BB and 2A. RGB value is (25,187,42). Sum of RGB (Red+Green+Blue) = 25+187+42=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 187 (73.44% from 255 or 73.62% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 187 - color contains mainly: green. Hex color #19BB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BB2A is #E644D5. Grayscale: #7A7A7A. Windows color (decimal): -15090902 or 2800409. OLE color: 2800409.
HSL color Cylindrical-coordinate representation of color #19BB2A: hue angle of 126.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BB2A is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 187 | 42 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.27 |
| HSL | 126.3º | 0.76% | 0.42% | - |
| HSV(B) | 126.3º | 0.87% | 0.73% | - |
| XYZ | 18.59 | 35.91 | 8.14 | - |
| YUV | 122.03 | 82.83 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 42 | 0.87 | 0 | 0.78 | 0.27 | 126.3 | 0.76 | 0.42 |
| Hex | 19 | BB | 2A | 57 | 0 | 4E | 1B | 7E | 4C | 2A |
| Octal | 31 | 273 | 52 | 127 | 0 | 116 | 33 | 176 | 114 | 52 |
| Binary | 11001 | 10111011 | 101010 | 1010111 | 0 | 1001110 | 11011 | 1111110 | 1001100 | 101010 |
Color Harmonies of #19BB2A
Complementary color
Monochromatic Colors of #19BB2A
Black with #19BB2A
Text Example
Text Example
White with #19BB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BB2A; }
p { color: rgb(25,187,42); }
H1.HeaderClassName
{
color: #19BB2A;
}
.AnyTagClassName
{
color: #19BB2A;
}
</style>
background-color css
<style>
a { background-color: #19BB2A; }
a { background-color: rgb(25,187,42); }
div.DivClassName
{
background-color: #19BB2A;
}
.BgClassName
{
background-color: #19BB2A;
}
</style>
border-color css
<style>
span { border-color: #19BB2A; }
span { border-color: rgb(25,187,42); }
td.TdClassName
{
border-color: #19BB2A;
}
.TagClassName
{
border-color: #19BB2A;
}
</style>