Shades of Lime Green #1DBB2E
Tints of Lime Green #1DBB2E
RGB
CMYK
RGB Variations
Color information
#1DBB2E (or 0x1DBB2E) is known color: Lime Green. HEX triplet: 1D, BB and 2E. RGB value is (29,187,46). Sum of RGB (Red+Green+Blue) = 29+187+46=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 187 (73.44% from 255 or 71.37% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB2E is #E244D1. Grayscale: #7C7C7C. Windows color (decimal): -14828754 or 3062557. OLE color: 3062557.
HSL color Cylindrical-coordinate representation of color #1DBB2E: hue angle of 126.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB2E is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 46 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.27 |
| HSL | 126.46º | 0.73% | 0.42% | - |
| HSV(B) | 126.46º | 0.84% | 0.73% | - |
| XYZ | 18.77 | 36 | 8.54 | - |
| YUV | 123.68 | 84.15 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 46 | 0.84 | 0 | 0.75 | 0.27 | 126.46 | 0.73 | 0.42 |
| Hex | 1D | BB | 2E | 54 | 0 | 4B | 1B | 7E | 49 | 2A |
| Octal | 35 | 273 | 56 | 124 | 0 | 113 | 33 | 176 | 111 | 52 |
| Binary | 11101 | 10111011 | 101110 | 1010100 | 0 | 1001011 | 11011 | 1111110 | 1001001 | 101010 |
Color Harmonies of #1DBB2E
Complementary color
Monochromatic Colors of #1DBB2E
Black with #1DBB2E
Text Example
Text Example
White with #1DBB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB2E; }
p { color: rgb(29,187,46); }
H1.HeaderClassName
{
color: #1DBB2E;
}
.AnyTagClassName
{
color: #1DBB2E;
}
</style>
background-color css
<style>
a { background-color: #1DBB2E; }
a { background-color: rgb(29,187,46); }
div.DivClassName
{
background-color: #1DBB2E;
}
.BgClassName
{
background-color: #1DBB2E;
}
</style>
border-color css
<style>
span { border-color: #1DBB2E; }
span { border-color: rgb(29,187,46); }
td.TdClassName
{
border-color: #1DBB2E;
}
.TagClassName
{
border-color: #1DBB2E;
}
</style>