Shades of Lime Green #1DBB2A
Tints of Lime Green #1DBB2A
RGB
CMYK
RGB Variations
Color information
#1DBB2A (or 0x1DBB2A) is known color: Lime Green. HEX triplet: 1D, BB and 2A. RGB value is (29,187,42). Sum of RGB (Red+Green+Blue) = 29+187+42=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 187 (73.44% from 255 or 72.48% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB2A is #E244D5. Grayscale: #7B7B7B. Windows color (decimal): -14828758 or 2800413. OLE color: 2800413.
HSL color Cylindrical-coordinate representation of color #1DBB2A: hue angle of 124.94º 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 #1DBB2A is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 42 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.27 |
| HSL | 124.94º | 0.73% | 0.42% | - |
| HSV(B) | 124.94º | 0.84% | 0.73% | - |
| XYZ | 18.69 | 35.97 | 8.15 | - |
| YUV | 123.23 | 82.15 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 42 | 0.84 | 0 | 0.78 | 0.27 | 124.94 | 0.73 | 0.42 |
| Hex | 1D | BB | 2A | 54 | 0 | 4E | 1B | 7D | 49 | 2A |
| Octal | 35 | 273 | 52 | 124 | 0 | 116 | 33 | 175 | 111 | 52 |
| Binary | 11101 | 10111011 | 101010 | 1010100 | 0 | 1001110 | 11011 | 1111101 | 1001001 | 101010 |
Color Harmonies of #1DBB2A
Complementary color
Monochromatic Colors of #1DBB2A
Black with #1DBB2A
Text Example
Text Example
White with #1DBB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB2A; }
p { color: rgb(29,187,42); }
H1.HeaderClassName
{
color: #1DBB2A;
}
.AnyTagClassName
{
color: #1DBB2A;
}
</style>
background-color css
<style>
a { background-color: #1DBB2A; }
a { background-color: rgb(29,187,42); }
div.DivClassName
{
background-color: #1DBB2A;
}
.BgClassName
{
background-color: #1DBB2A;
}
</style>
border-color css
<style>
span { border-color: #1DBB2A; }
span { border-color: rgb(29,187,42); }
td.TdClassName
{
border-color: #1DBB2A;
}
.TagClassName
{
border-color: #1DBB2A;
}
</style>