Shades of Lime Green #19DC30
Tints of Lime Green #19DC30
RGB
CMYK
RGB Variations
Color information
#19DC30 (or 0x19DC30) is known color: Lime Green. HEX triplet: 19, DC and 30. RGB value is (25,220,48). Sum of RGB (Red+Green+Blue) = 25+220+48=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC30 is #E623CF. Grayscale: #8E8E8E. Windows color (decimal): -15082448 or 3202073. OLE color: 3202073.
HSL color Cylindrical-coordinate representation of color #19DC30: hue angle of 127.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC30 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 48 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.14 |
| HSL | 127.08º | 0.8% | 0.48% | - |
| HSV(B) | 127.08º | 0.89% | 0.86% | - |
| XYZ | 26.53 | 51.61 | 11.36 | - |
| YUV | 142.09 | 74.9 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 48 | 0.89 | 0 | 0.78 | 0.14 | 127.08 | 0.8 | 0.48 |
| Hex | 19 | DC | 30 | 59 | 0 | 4E | E | 7F | 50 | 30 |
| Octal | 31 | 334 | 60 | 131 | 0 | 116 | 16 | 177 | 120 | 60 |
| Binary | 11001 | 11011100 | 110000 | 1011001 | 0 | 1001110 | 1110 | 1111111 | 1010000 | 110000 |
Color Harmonies of #19DC30
Complementary color
Monochromatic Colors of #19DC30
Black with #19DC30
Text Example
Text Example
White with #19DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC30; }
p { color: rgb(25,220,48); }
H1.HeaderClassName
{
color: #19DC30;
}
.AnyTagClassName
{
color: #19DC30;
}
</style>
background-color css
<style>
a { background-color: #19DC30; }
a { background-color: rgb(25,220,48); }
div.DivClassName
{
background-color: #19DC30;
}
.BgClassName
{
background-color: #19DC30;
}
</style>
border-color css
<style>
span { border-color: #19DC30; }
span { border-color: rgb(25,220,48); }
td.TdClassName
{
border-color: #19DC30;
}
.TagClassName
{
border-color: #19DC30;
}
</style>