Shades of Lime Green #1DB72E
Tints of Lime Green #1DB72E
RGB
CMYK
RGB Variations
Color information
#1DB72E (or 0x1DB72E) is known color: Lime Green. HEX triplet: 1D, B7 and 2E. RGB value is (29,183,46). Sum of RGB (Red+Green+Blue) = 29+183+46=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB72E is #E248D1. Grayscale: #797979. Windows color (decimal): -14829778 or 3061533. OLE color: 3061533.
HSL color Cylindrical-coordinate representation of color #1DB72E: hue angle of 126.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB72E is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 46 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.28 |
| HSL | 126.62º | 0.73% | 0.42% | - |
| HSV(B) | 126.62º | 0.84% | 0.72% | - |
| XYZ | 17.93 | 34.33 | 8.27 | - |
| YUV | 121.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 46 | 0.84 | 0 | 0.75 | 0.28 | 126.62 | 0.73 | 0.42 |
| Hex | 1D | B7 | 2E | 54 | 0 | 4B | 1C | 7F | 49 | 2A |
| Octal | 35 | 267 | 56 | 124 | 0 | 113 | 34 | 177 | 111 | 52 |
| Binary | 11101 | 10110111 | 101110 | 1010100 | 0 | 1001011 | 11100 | 1111111 | 1001001 | 101010 |
Color Harmonies of #1DB72E
Complementary color
Monochromatic Colors of #1DB72E
Black with #1DB72E
Text Example
Text Example
White with #1DB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB72E; }
p { color: rgb(29,183,46); }
H1.HeaderClassName
{
color: #1DB72E;
}
.AnyTagClassName
{
color: #1DB72E;
}
</style>
background-color css
<style>
a { background-color: #1DB72E; }
a { background-color: rgb(29,183,46); }
div.DivClassName
{
background-color: #1DB72E;
}
.BgClassName
{
background-color: #1DB72E;
}
</style>
border-color css
<style>
span { border-color: #1DB72E; }
span { border-color: rgb(29,183,46); }
td.TdClassName
{
border-color: #1DB72E;
}
.TagClassName
{
border-color: #1DB72E;
}
</style>