Shades of Lime Green #1DB61E
Tints of Lime Green #1DB61E
RGB
CMYK
RGB Variations
Color information
#1DB61E (or 0x1DB61E) is known color: Lime Green. HEX triplet: 1D, B6 and 1E. RGB value is (29,182,30). Sum of RGB (Red+Green+Blue) = 29+182+30=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 182 (71.48% from 255 or 75.52% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB61E is #E249E1. Grayscale: #777777. Windows color (decimal): -14830050 or 2012701. OLE color: 2012701.
HSL color Cylindrical-coordinate representation of color #1DB61E: hue angle of 120.39º 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 #1DB61E is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 30 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.29 |
| HSL | 120.39º | 0.73% | 0.41% | - |
| HSV(B) | 120.39º | 0.84% | 0.71% | - |
| XYZ | 17.47 | 33.81 | 6.83 | - |
| YUV | 118.93 | 77.81 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 30 | 0.84 | 0 | 0.84 | 0.29 | 120.39 | 0.73 | 0.41 |
| Hex | 1D | B6 | 1E | 54 | 0 | 54 | 1D | 78 | 49 | 29 |
| Octal | 35 | 266 | 36 | 124 | 0 | 124 | 35 | 170 | 111 | 51 |
| Binary | 11101 | 10110110 | 11110 | 1010100 | 0 | 1010100 | 11101 | 1111000 | 1001001 | 101001 |
Color Harmonies of #1DB61E
Complementary color
Monochromatic Colors of #1DB61E
Black with #1DB61E
Text Example
Text Example
White with #1DB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB61E; }
p { color: rgb(29,182,30); }
H1.HeaderClassName
{
color: #1DB61E;
}
.AnyTagClassName
{
color: #1DB61E;
}
</style>
background-color css
<style>
a { background-color: #1DB61E; }
a { background-color: rgb(29,182,30); }
div.DivClassName
{
background-color: #1DB61E;
}
.BgClassName
{
background-color: #1DB61E;
}
</style>
border-color css
<style>
span { border-color: #1DB61E; }
span { border-color: rgb(29,182,30); }
td.TdClassName
{
border-color: #1DB61E;
}
.TagClassName
{
border-color: #1DB61E;
}
</style>