Shades of Lime Green #19BB1C
Tints of Lime Green #19BB1C
RGB
CMYK
RGB Variations
Color information
#19BB1C (or 0x19BB1C) is known color: Lime Green. HEX triplet: 19, BB and 1C. RGB value is (25,187,28). Sum of RGB (Red+Green+Blue) = 25+187+28=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 187 (73.44% from 255 or 77.92% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 187 - color contains mainly: green. Hex color #19BB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BB1C is #E644E3. Grayscale: #787878. Windows color (decimal): -15090916 or 1882905. OLE color: 1882905.
HSL color Cylindrical-coordinate representation of color #19BB1C: hue angle of 121.11º 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 #19BB1C is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 187 | 28 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.27 |
| HSL | 121.11º | 0.76% | 0.42% | - |
| HSV(B) | 121.11º | 0.87% | 0.73% | - |
| XYZ | 18.38 | 35.83 | 7.05 | - |
| YUV | 120.44 | 75.83 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 28 | 0.87 | 0 | 0.85 | 0.27 | 121.11 | 0.76 | 0.42 |
| Hex | 19 | BB | 1C | 57 | 0 | 55 | 1B | 79 | 4C | 2A |
| Octal | 31 | 273 | 34 | 127 | 0 | 125 | 33 | 171 | 114 | 52 |
| Binary | 11001 | 10111011 | 11100 | 1010111 | 0 | 1010101 | 11011 | 1111001 | 1001100 | 101010 |
Color Harmonies of #19BB1C
Complementary color
Monochromatic Colors of #19BB1C
Black with #19BB1C
Text Example
Text Example
White with #19BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BB1C; }
p { color: rgb(25,187,28); }
H1.HeaderClassName
{
color: #19BB1C;
}
.AnyTagClassName
{
color: #19BB1C;
}
</style>
background-color css
<style>
a { background-color: #19BB1C; }
a { background-color: rgb(25,187,28); }
div.DivClassName
{
background-color: #19BB1C;
}
.BgClassName
{
background-color: #19BB1C;
}
</style>
border-color css
<style>
span { border-color: #19BB1C; }
span { border-color: rgb(25,187,28); }
td.TdClassName
{
border-color: #19BB1C;
}
.TagClassName
{
border-color: #19BB1C;
}
</style>