Shades of Lime Green #1DB52E
Tints of Lime Green #1DB52E
RGB
CMYK
RGB Variations
Color information
#1DB52E (or 0x1DB52E) is known color: Lime Green. HEX triplet: 1D, B5 and 2E. RGB value is (29,181,46). Sum of RGB (Red+Green+Blue) = 29+181+46=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB52E is #E24AD1. Grayscale: #787878. Windows color (decimal): -14830290 or 3061021. OLE color: 3061021.
HSL color Cylindrical-coordinate representation of color #1DB52E: hue angle of 126.71º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB52E is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 46 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.29 |
| HSL | 126.71º | 0.72% | 0.41% | - |
| HSV(B) | 126.71º | 0.84% | 0.71% | - |
| XYZ | 17.52 | 33.51 | 8.13 | - |
| YUV | 120.16 | 86.14 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 46 | 0.84 | 0 | 0.75 | 0.29 | 126.71 | 0.72 | 0.41 |
| Hex | 1D | B5 | 2E | 54 | 0 | 4B | 1D | 7F | 48 | 29 |
| Octal | 35 | 265 | 56 | 124 | 0 | 113 | 35 | 177 | 110 | 51 |
| Binary | 11101 | 10110101 | 101110 | 1010100 | 0 | 1001011 | 11101 | 1111111 | 1001000 | 101001 |
Color Harmonies of #1DB52E
Complementary color
Monochromatic Colors of #1DB52E
Black with #1DB52E
Text Example
Text Example
White with #1DB52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB52E; }
p { color: rgb(29,181,46); }
H1.HeaderClassName
{
color: #1DB52E;
}
.AnyTagClassName
{
color: #1DB52E;
}
</style>
background-color css
<style>
a { background-color: #1DB52E; }
a { background-color: rgb(29,181,46); }
div.DivClassName
{
background-color: #1DB52E;
}
.BgClassName
{
background-color: #1DB52E;
}
</style>
border-color css
<style>
span { border-color: #1DB52E; }
span { border-color: rgb(29,181,46); }
td.TdClassName
{
border-color: #1DB52E;
}
.TagClassName
{
border-color: #1DB52E;
}
</style>