Shades of Lime Green #1DB52A
Tints of Lime Green #1DB52A
RGB
CMYK
RGB Variations
Color information
#1DB52A (or 0x1DB52A) is known color: Lime Green. HEX triplet: 1D, B5 and 2A. RGB value is (29,181,42). Sum of RGB (Red+Green+Blue) = 29+181+42=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB52A is #E24AD5. Grayscale: #787878. Windows color (decimal): -14830294 or 2798877. OLE color: 2798877.
HSL color Cylindrical-coordinate representation of color #1DB52A: hue angle of 125.13º 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 #1DB52A is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 42 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.29 |
| HSL | 125.13º | 0.72% | 0.41% | - |
| HSV(B) | 125.13º | 0.84% | 0.71% | - |
| XYZ | 17.45 | 33.48 | 7.73 | - |
| YUV | 119.71 | 84.14 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 42 | 0.84 | 0 | 0.77 | 0.29 | 125.13 | 0.72 | 0.41 |
| Hex | 1D | B5 | 2A | 54 | 0 | 4D | 1D | 7D | 48 | 29 |
| Octal | 35 | 265 | 52 | 124 | 0 | 115 | 35 | 175 | 110 | 51 |
| Binary | 11101 | 10110101 | 101010 | 1010100 | 0 | 1001101 | 11101 | 1111101 | 1001000 | 101001 |
Color Harmonies of #1DB52A
Complementary color
Monochromatic Colors of #1DB52A
Black with #1DB52A
Text Example
Text Example
White with #1DB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB52A; }
p { color: rgb(29,181,42); }
H1.HeaderClassName
{
color: #1DB52A;
}
.AnyTagClassName
{
color: #1DB52A;
}
</style>
background-color css
<style>
a { background-color: #1DB52A; }
a { background-color: rgb(29,181,42); }
div.DivClassName
{
background-color: #1DB52A;
}
.BgClassName
{
background-color: #1DB52A;
}
</style>
border-color css
<style>
span { border-color: #1DB52A; }
span { border-color: rgb(29,181,42); }
td.TdClassName
{
border-color: #1DB52A;
}
.TagClassName
{
border-color: #1DB52A;
}
</style>