Shades of Lime Green #19DA2A
Tints of Lime Green #19DA2A
RGB
CMYK
RGB Variations
Color information
#19DA2A (or 0x19DA2A) is known color: Lime Green. HEX triplet: 19, DA and 2A. RGB value is (25,218,42). Sum of RGB (Red+Green+Blue) = 25+218+42=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 218 (85.55% from 255 or 76.49% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DA2A is #E625D5. Grayscale: #8C8C8C. Windows color (decimal): -15082966 or 2808345. OLE color: 2808345.
HSL color Cylindrical-coordinate representation of color #19DA2A: hue angle of 125.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DA2A is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 42 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.15 |
| HSL | 125.29º | 0.79% | 0.48% | - |
| HSV(B) | 125.29º | 0.89% | 0.85% | - |
| XYZ | 25.89 | 50.52 | 10.58 | - |
| YUV | 140.23 | 72.56 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 42 | 0.89 | 0 | 0.81 | 0.15 | 125.29 | 0.79 | 0.48 |
| Hex | 19 | DA | 2A | 59 | 0 | 51 | F | 7D | 4F | 30 |
| Octal | 31 | 332 | 52 | 131 | 0 | 121 | 17 | 175 | 117 | 60 |
| Binary | 11001 | 11011010 | 101010 | 1011001 | 0 | 1010001 | 1111 | 1111101 | 1001111 | 110000 |
Color Harmonies of #19DA2A
Complementary color
Monochromatic Colors of #19DA2A
Black with #19DA2A
Text Example
Text Example
White with #19DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DA2A; }
p { color: rgb(25,218,42); }
H1.HeaderClassName
{
color: #19DA2A;
}
.AnyTagClassName
{
color: #19DA2A;
}
</style>
background-color css
<style>
a { background-color: #19DA2A; }
a { background-color: rgb(25,218,42); }
div.DivClassName
{
background-color: #19DA2A;
}
.BgClassName
{
background-color: #19DA2A;
}
</style>
border-color css
<style>
span { border-color: #19DA2A; }
span { border-color: rgb(25,218,42); }
td.TdClassName
{
border-color: #19DA2A;
}
.TagClassName
{
border-color: #19DA2A;
}
</style>