Shades of Lime Green #19C92F
Tints of Lime Green #19C92F
RGB
CMYK
RGB Variations
Color information
#19C92F (or 0x19C92F) is known color: Lime Green. HEX triplet: 19, C9 and 2F. RGB value is (25,201,47). Sum of RGB (Red+Green+Blue) = 25+201+47=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #19C92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C92F is #E636D0. Grayscale: #838383. Windows color (decimal): -15087313 or 3131673. OLE color: 3131673.
HSL color Cylindrical-coordinate representation of color #19C92F: hue angle of 127.5º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19C92F is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 47 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.21 |
| HSL | 127.5º | 0.78% | 0.44% | - |
| HSV(B) | 127.5º | 0.88% | 0.79% | - |
| XYZ | 21.8 | 42.19 | 9.68 | - |
| YUV | 130.82 | 80.69 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 47 | 0.88 | 0 | 0.77 | 0.21 | 127.5 | 0.78 | 0.44 |
| Hex | 19 | C9 | 2F | 58 | 0 | 4D | 15 | 80 | 4E | 2C |
| Octal | 31 | 311 | 57 | 130 | 0 | 115 | 25 | 200 | 116 | 54 |
| Binary | 11001 | 11001001 | 101111 | 1011000 | 0 | 1001101 | 10101 | 10000000 | 1001110 | 101100 |
Color Harmonies of #19C92F
Complementary color
Monochromatic Colors of #19C92F
Black with #19C92F
Text Example
Text Example
White with #19C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C92F; }
p { color: rgb(25,201,47); }
H1.HeaderClassName
{
color: #19C92F;
}
.AnyTagClassName
{
color: #19C92F;
}
</style>
background-color css
<style>
a { background-color: #19C92F; }
a { background-color: rgb(25,201,47); }
div.DivClassName
{
background-color: #19C92F;
}
.BgClassName
{
background-color: #19C92F;
}
</style>
border-color css
<style>
span { border-color: #19C92F; }
span { border-color: rgb(25,201,47); }
td.TdClassName
{
border-color: #19C92F;
}
.TagClassName
{
border-color: #19C92F;
}
</style>