Shades of Lime Green #1DBE19
Tints of Lime Green #1DBE19
RGB
CMYK
RGB Variations
Color information
#1DBE19 (or 0x1DBE19) is known color: Lime Green. HEX triplet: 1D, BE and 19. RGB value is (29,190,25). Sum of RGB (Red+Green+Blue) = 29+190+25=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 190 (74.61% from 255 or 77.87% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBE19 is #E241E6. Grayscale: #7B7B7B. Windows color (decimal): -14828007 or 1687069. OLE color: 1687069.
HSL color Cylindrical-coordinate representation of color #1DBE19: hue angle of 118.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBE19 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 25 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.25 |
| HSL | 118.55º | 0.77% | 0.42% | - |
| HSV(B) | 118.55º | 0.87% | 0.75% | - |
| XYZ | 19.1 | 37.16 | 7.09 | - |
| YUV | 123.05 | 72.66 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 25 | 0.85 | 0 | 0.87 | 0.25 | 118.55 | 0.77 | 0.42 |
| Hex | 1D | BE | 19 | 55 | 0 | 57 | 19 | 77 | 4D | 2A |
| Octal | 35 | 276 | 31 | 125 | 0 | 127 | 31 | 167 | 115 | 52 |
| Binary | 11101 | 10111110 | 11001 | 1010101 | 0 | 1010111 | 11001 | 1110111 | 1001101 | 101010 |
Color Harmonies of #1DBE19
Complementary color
Monochromatic Colors of #1DBE19
Black with #1DBE19
Text Example
Text Example
White with #1DBE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE19; }
p { color: rgb(29,190,25); }
H1.HeaderClassName
{
color: #1DBE19;
}
.AnyTagClassName
{
color: #1DBE19;
}
</style>
background-color css
<style>
a { background-color: #1DBE19; }
a { background-color: rgb(29,190,25); }
div.DivClassName
{
background-color: #1DBE19;
}
.BgClassName
{
background-color: #1DBE19;
}
</style>
border-color css
<style>
span { border-color: #1DBE19; }
span { border-color: rgb(29,190,25); }
td.TdClassName
{
border-color: #1DBE19;
}
.TagClassName
{
border-color: #1DBE19;
}
</style>