Shades of Lime Green #19C620
Tints of Lime Green #19C620
RGB
CMYK
RGB Variations
Color information
#19C620 (or 0x19C620) is known color: Lime Green. HEX triplet: 19, C6 and 20. RGB value is (25,198,32). Sum of RGB (Red+Green+Blue) = 25+198+32=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 198 (77.73% from 255 or 77.65% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 198 - color contains mainly: green. Hex color #19C620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C620 is #E639DF. Grayscale: #7F7F7F. Windows color (decimal): -15088096 or 2147865. OLE color: 2147865.
HSL color Cylindrical-coordinate representation of color #19C620: hue angle of 122.43º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C620 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 198 | 32 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.22 |
| HSL | 122.43º | 0.78% | 0.44% | - |
| HSV(B) | 122.43º | 0.87% | 0.78% | - |
| XYZ | 20.86 | 40.7 | 8.12 | - |
| YUV | 127.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 198 | 32 | 0.87 | 0 | 0.84 | 0.22 | 122.43 | 0.78 | 0.44 |
| Hex | 19 | C6 | 20 | 57 | 0 | 54 | 16 | 7A | 4E | 2C |
| Octal | 31 | 306 | 40 | 127 | 0 | 124 | 26 | 172 | 116 | 54 |
| Binary | 11001 | 11000110 | 100000 | 1010111 | 0 | 1010100 | 10110 | 1111010 | 1001110 | 101100 |
Color Harmonies of #19C620
Complementary color
Monochromatic Colors of #19C620
Black with #19C620
Text Example
Text Example
White with #19C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C620; }
p { color: rgb(25,198,32); }
H1.HeaderClassName
{
color: #19C620;
}
.AnyTagClassName
{
color: #19C620;
}
</style>
background-color css
<style>
a { background-color: #19C620; }
a { background-color: rgb(25,198,32); }
div.DivClassName
{
background-color: #19C620;
}
.BgClassName
{
background-color: #19C620;
}
</style>
border-color css
<style>
span { border-color: #19C620; }
span { border-color: rgb(25,198,32); }
td.TdClassName
{
border-color: #19C620;
}
.TagClassName
{
border-color: #19C620;
}
</style>