Shades of Lime Green #19C930
Tints of Lime Green #19C930
RGB
CMYK
RGB Variations
Color information
#19C930 (or 0x19C930) is known color: Lime Green. HEX triplet: 19, C9 and 30. RGB value is (25,201,48). Sum of RGB (Red+Green+Blue) = 25+201+48=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 201 (78.91% from 255 or 73.36% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 201 - color contains mainly: green. Hex color #19C930 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C930 is #E636CF. Grayscale: #838383. Windows color (decimal): -15087312 or 3197209. OLE color: 3197209.
HSL color Cylindrical-coordinate representation of color #19C930: hue angle of 127.84º 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 #19C930 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 48 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.21 |
| HSL | 127.84º | 0.78% | 0.44% | - |
| HSV(B) | 127.84º | 0.88% | 0.79% | - |
| XYZ | 21.82 | 42.19 | 9.79 | - |
| YUV | 130.93 | 81.19 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 48 | 0.88 | 0 | 0.76 | 0.21 | 127.84 | 0.78 | 0.44 |
| Hex | 19 | C9 | 30 | 58 | 0 | 4C | 15 | 80 | 4E | 2C |
| Octal | 31 | 311 | 60 | 130 | 0 | 114 | 25 | 200 | 116 | 54 |
| Binary | 11001 | 11001001 | 110000 | 1011000 | 0 | 1001100 | 10101 | 10000000 | 1001110 | 101100 |
Color Harmonies of #19C930
Complementary color
Monochromatic Colors of #19C930
Black with #19C930
Text Example
Text Example
White with #19C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C930; }
p { color: rgb(25,201,48); }
H1.HeaderClassName
{
color: #19C930;
}
.AnyTagClassName
{
color: #19C930;
}
</style>
background-color css
<style>
a { background-color: #19C930; }
a { background-color: rgb(25,201,48); }
div.DivClassName
{
background-color: #19C930;
}
.BgClassName
{
background-color: #19C930;
}
</style>
border-color css
<style>
span { border-color: #19C930; }
span { border-color: rgb(25,201,48); }
td.TdClassName
{
border-color: #19C930;
}
.TagClassName
{
border-color: #19C930;
}
</style>