Shades of Lime Green #19C528
Tints of Lime Green #19C528
RGB
CMYK
RGB Variations
Color information
#19C528 (or 0x19C528) is known color: Lime Green. HEX triplet: 19, C5 and 28. RGB value is (25,197,40). Sum of RGB (Red+Green+Blue) = 25+197+40=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 197 (77.34% from 255 or 75.19% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 197 - color contains mainly: green. Hex color #19C528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C528 is #E63AD7. Grayscale: #808080. Windows color (decimal): -15088344 or 2671897. OLE color: 2671897.
HSL color Cylindrical-coordinate representation of color #19C528: hue angle of 125.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C528 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 40 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.23 |
| HSL | 125.23º | 0.77% | 0.44% | - |
| HSV(B) | 125.23º | 0.87% | 0.77% | - |
| XYZ | 20.75 | 40.29 | 8.69 | - |
| YUV | 127.67 | 78.52 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 40 | 0.87 | 0 | 0.80 | 0.23 | 125.23 | 0.77 | 0.44 |
| Hex | 19 | C5 | 28 | 57 | 0 | 50 | 17 | 7D | 4D | 2C |
| Octal | 31 | 305 | 50 | 127 | 0 | 120 | 27 | 175 | 115 | 54 |
| Binary | 11001 | 11000101 | 101000 | 1010111 | 0 | 1010000 | 10111 | 1111101 | 1001101 | 101100 |
Color Harmonies of #19C528
Complementary color
Monochromatic Colors of #19C528
Black with #19C528
Text Example
Text Example
White with #19C528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C528; }
p { color: rgb(25,197,40); }
H1.HeaderClassName
{
color: #19C528;
}
.AnyTagClassName
{
color: #19C528;
}
</style>
background-color css
<style>
a { background-color: #19C528; }
a { background-color: rgb(25,197,40); }
div.DivClassName
{
background-color: #19C528;
}
.BgClassName
{
background-color: #19C528;
}
</style>
border-color css
<style>
span { border-color: #19C528; }
span { border-color: rgb(25,197,40); }
td.TdClassName
{
border-color: #19C528;
}
.TagClassName
{
border-color: #19C528;
}
</style>