Shades of Lime Green #19CD1E
Tints of Lime Green #19CD1E
RGB
CMYK
RGB Variations
Color information
#19CD1E (or 0x19CD1E) is known color: Lime Green. HEX triplet: 19, CD and 1E. RGB value is (25,205,30). Sum of RGB (Red+Green+Blue) = 25+205+30=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 205 (80.47% from 255 or 78.85% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 205 - color contains mainly: green. Hex color #19CD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CD1E is #E632E1. Grayscale: #838383. Windows color (decimal): -15086306 or 2018585. OLE color: 2018585.
HSL color Cylindrical-coordinate representation of color #19CD1E: hue angle of 121.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CD1E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 205 | 30 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.20 |
| HSL | 121.67º | 0.78% | 0.45% | - |
| HSV(B) | 121.67º | 0.88% | 0.8% | - |
| XYZ | 22.47 | 43.96 | 8.53 | - |
| YUV | 131.23 | 70.87 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 30 | 0.88 | 0 | 0.85 | 0.20 | 121.67 | 0.78 | 0.45 |
| Hex | 19 | CD | 1E | 58 | 0 | 55 | 14 | 7A | 4E | 2D |
| Octal | 31 | 315 | 36 | 130 | 0 | 125 | 24 | 172 | 116 | 55 |
| Binary | 11001 | 11001101 | 11110 | 1011000 | 0 | 1010101 | 10100 | 1111010 | 1001110 | 101101 |
Color Harmonies of #19CD1E
Complementary color
Monochromatic Colors of #19CD1E
Black with #19CD1E
Text Example
Text Example
White with #19CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CD1E; }
p { color: rgb(25,205,30); }
H1.HeaderClassName
{
color: #19CD1E;
}
.AnyTagClassName
{
color: #19CD1E;
}
</style>
background-color css
<style>
a { background-color: #19CD1E; }
a { background-color: rgb(25,205,30); }
div.DivClassName
{
background-color: #19CD1E;
}
.BgClassName
{
background-color: #19CD1E;
}
</style>
border-color css
<style>
span { border-color: #19CD1E; }
span { border-color: rgb(25,205,30); }
td.TdClassName
{
border-color: #19CD1E;
}
.TagClassName
{
border-color: #19CD1E;
}
</style>