Shades of Lime Green #19BB21
Tints of Lime Green #19BB21
RGB
CMYK
RGB Variations
Color information
#19BB21 (or 0x19BB21) is known color: Lime Green. HEX triplet: 19, BB and 21. RGB value is (25,187,33). Sum of RGB (Red+Green+Blue) = 25+187+33=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 187 (73.44% from 255 or 76.33% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 187 - color contains mainly: green. Hex color #19BB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BB21 is #E644DE. Grayscale: #797979. Windows color (decimal): -15090911 or 2210585. OLE color: 2210585.
HSL color Cylindrical-coordinate representation of color #19BB21: hue angle of 122.96º 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 #19BB21 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 187 | 33 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.27 |
| HSL | 122.96º | 0.76% | 0.42% | - |
| HSV(B) | 122.96º | 0.87% | 0.73% | - |
| XYZ | 18.45 | 35.86 | 7.39 | - |
| YUV | 121.01 | 78.33 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 33 | 0.87 | 0 | 0.82 | 0.27 | 122.96 | 0.76 | 0.42 |
| Hex | 19 | BB | 21 | 57 | 0 | 52 | 1B | 7B | 4C | 2A |
| Octal | 31 | 273 | 41 | 127 | 0 | 122 | 33 | 173 | 114 | 52 |
| Binary | 11001 | 10111011 | 100001 | 1010111 | 0 | 1010010 | 11011 | 1111011 | 1001100 | 101010 |
Color Harmonies of #19BB21
Complementary color
Monochromatic Colors of #19BB21
Black with #19BB21
Text Example
Text Example
White with #19BB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BB21; }
p { color: rgb(25,187,33); }
H1.HeaderClassName
{
color: #19BB21;
}
.AnyTagClassName
{
color: #19BB21;
}
</style>
background-color css
<style>
a { background-color: #19BB21; }
a { background-color: rgb(25,187,33); }
div.DivClassName
{
background-color: #19BB21;
}
.BgClassName
{
background-color: #19BB21;
}
</style>
border-color css
<style>
span { border-color: #19BB21; }
span { border-color: rgb(25,187,33); }
td.TdClassName
{
border-color: #19BB21;
}
.TagClassName
{
border-color: #19BB21;
}
</style>