Shades of Lime Green #19DC2D
Tints of Lime Green #19DC2D
RGB
CMYK
RGB Variations
Color information
#19DC2D (or 0x19DC2D) is known color: Lime Green. HEX triplet: 19, DC and 2D. RGB value is (25,220,45). Sum of RGB (Red+Green+Blue) = 25+220+45=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC2D is #E623D2. Grayscale: #8E8E8E. Windows color (decimal): -15082451 or 3005465. OLE color: 3005465.
HSL color Cylindrical-coordinate representation of color #19DC2D: hue angle of 126.15º 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 #19DC2D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 45 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.14 |
| HSL | 126.15º | 0.8% | 0.48% | - |
| HSV(B) | 126.15º | 0.89% | 0.86% | - |
| XYZ | 26.47 | 51.58 | 11.04 | - |
| YUV | 141.75 | 73.4 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 45 | 0.89 | 0 | 0.80 | 0.14 | 126.15 | 0.8 | 0.48 |
| Hex | 19 | DC | 2D | 59 | 0 | 50 | E | 7E | 50 | 30 |
| Octal | 31 | 334 | 55 | 131 | 0 | 120 | 16 | 176 | 120 | 60 |
| Binary | 11001 | 11011100 | 101101 | 1011001 | 0 | 1010000 | 1110 | 1111110 | 1010000 | 110000 |
Color Harmonies of #19DC2D
Complementary color
Monochromatic Colors of #19DC2D
Black with #19DC2D
Text Example
Text Example
White with #19DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC2D; }
p { color: rgb(25,220,45); }
H1.HeaderClassName
{
color: #19DC2D;
}
.AnyTagClassName
{
color: #19DC2D;
}
</style>
background-color css
<style>
a { background-color: #19DC2D; }
a { background-color: rgb(25,220,45); }
div.DivClassName
{
background-color: #19DC2D;
}
.BgClassName
{
background-color: #19DC2D;
}
</style>
border-color css
<style>
span { border-color: #19DC2D; }
span { border-color: rgb(25,220,45); }
td.TdClassName
{
border-color: #19DC2D;
}
.TagClassName
{
border-color: #19DC2D;
}
</style>