Shades of Lime Green #19C52A
Tints of Lime Green #19C52A
RGB
CMYK
RGB Variations
Color information
#19C52A (or 0x19C52A) is known color: Lime Green. HEX triplet: 19, C5 and 2A. RGB value is (25,197,42). Sum of RGB (Red+Green+Blue) = 25+197+42=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 197 (77.34% from 255 or 74.62% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 197 - color contains mainly: green. Hex color #19C52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C52A is #E63AD5. Grayscale: #808080. Windows color (decimal): -15088342 or 2802969. OLE color: 2802969.
HSL color Cylindrical-coordinate representation of color #19C52A: hue angle of 125.93º 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 #19C52A is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 42 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.23 |
| HSL | 125.93º | 0.77% | 0.44% | - |
| HSV(B) | 125.93º | 0.87% | 0.77% | - |
| XYZ | 20.79 | 40.31 | 8.87 | - |
| YUV | 127.9 | 79.52 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 42 | 0.87 | 0 | 0.79 | 0.23 | 125.93 | 0.77 | 0.44 |
| Hex | 19 | C5 | 2A | 57 | 0 | 4F | 17 | 7E | 4D | 2C |
| Octal | 31 | 305 | 52 | 127 | 0 | 117 | 27 | 176 | 115 | 54 |
| Binary | 11001 | 11000101 | 101010 | 1010111 | 0 | 1001111 | 10111 | 1111110 | 1001101 | 101100 |
Color Harmonies of #19C52A
Complementary color
Monochromatic Colors of #19C52A
Black with #19C52A
Text Example
Text Example
White with #19C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C52A; }
p { color: rgb(25,197,42); }
H1.HeaderClassName
{
color: #19C52A;
}
.AnyTagClassName
{
color: #19C52A;
}
</style>
background-color css
<style>
a { background-color: #19C52A; }
a { background-color: rgb(25,197,42); }
div.DivClassName
{
background-color: #19C52A;
}
.BgClassName
{
background-color: #19C52A;
}
</style>
border-color css
<style>
span { border-color: #19C52A; }
span { border-color: rgb(25,197,42); }
td.TdClassName
{
border-color: #19C52A;
}
.TagClassName
{
border-color: #19C52A;
}
</style>