Shades of Lime Green #1DB627
Tints of Lime Green #1DB627
RGB
CMYK
RGB Variations
Color information
#1DB627 (or 0x1DB627) is known color: Lime Green. HEX triplet: 1D, B6 and 27. RGB value is (29,182,39). Sum of RGB (Red+Green+Blue) = 29+182+39=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 182 (71.48% from 255 or 72.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB627 is #E249D8. Grayscale: #787878. Windows color (decimal): -14830041 or 2602525. OLE color: 2602525.
HSL color Cylindrical-coordinate representation of color #1DB627: hue angle of 123.92º degrees, saturation: 0.73, 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 #1DB627 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 39 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.29 |
| HSL | 123.92º | 0.73% | 0.41% | - |
| HSV(B) | 123.92º | 0.84% | 0.71% | - |
| XYZ | 17.6 | 33.86 | 7.53 | - |
| YUV | 119.95 | 82.31 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 39 | 0.84 | 0 | 0.79 | 0.29 | 123.92 | 0.73 | 0.41 |
| Hex | 1D | B6 | 27 | 54 | 0 | 4F | 1D | 7C | 49 | 29 |
| Octal | 35 | 266 | 47 | 124 | 0 | 117 | 35 | 174 | 111 | 51 |
| Binary | 11101 | 10110110 | 100111 | 1010100 | 0 | 1001111 | 11101 | 1111100 | 1001001 | 101001 |
Color Harmonies of #1DB627
Complementary color
Monochromatic Colors of #1DB627
Black with #1DB627
Text Example
Text Example
White with #1DB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB627; }
p { color: rgb(29,182,39); }
H1.HeaderClassName
{
color: #1DB627;
}
.AnyTagClassName
{
color: #1DB627;
}
</style>
background-color css
<style>
a { background-color: #1DB627; }
a { background-color: rgb(29,182,39); }
div.DivClassName
{
background-color: #1DB627;
}
.BgClassName
{
background-color: #1DB627;
}
</style>
border-color css
<style>
span { border-color: #1DB627; }
span { border-color: rgb(29,182,39); }
td.TdClassName
{
border-color: #1DB627;
}
.TagClassName
{
border-color: #1DB627;
}
</style>