Shades of Lime Green #1DBB1B
Tints of Lime Green #1DBB1B
RGB
CMYK
RGB Variations
Color information
#1DBB1B (or 0x1DBB1B) is known color: Lime Green. HEX triplet: 1D, BB and 1B. RGB value is (29,187,27). Sum of RGB (Red+Green+Blue) = 29+187+27=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 187 (73.44% from 255 or 76.95% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBB1B is #E244E4. Grayscale: #7A7A7A. Windows color (decimal): -14828773 or 1817373. OLE color: 1817373.
HSL color Cylindrical-coordinate representation of color #1DBB1B: hue angle of 119.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBB1B is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 27 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.27 |
| HSL | 119.25º | 0.75% | 0.42% | - |
| HSV(B) | 119.25º | 0.86% | 0.73% | - |
| XYZ | 18.47 | 35.88 | 6.99 | - |
| YUV | 121.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 27 | 0.84 | 0 | 0.86 | 0.27 | 119.25 | 0.75 | 0.42 |
| Hex | 1D | BB | 1B | 54 | 0 | 56 | 1B | 77 | 4B | 2A |
| Octal | 35 | 273 | 33 | 124 | 0 | 126 | 33 | 167 | 113 | 52 |
| Binary | 11101 | 10111011 | 11011 | 1010100 | 0 | 1010110 | 11011 | 1110111 | 1001011 | 101010 |
Color Harmonies of #1DBB1B
Complementary color
Monochromatic Colors of #1DBB1B
Black with #1DBB1B
Text Example
Text Example
White with #1DBB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB1B; }
p { color: rgb(29,187,27); }
H1.HeaderClassName
{
color: #1DBB1B;
}
.AnyTagClassName
{
color: #1DBB1B;
}
</style>
background-color css
<style>
a { background-color: #1DBB1B; }
a { background-color: rgb(29,187,27); }
div.DivClassName
{
background-color: #1DBB1B;
}
.BgClassName
{
background-color: #1DBB1B;
}
</style>
border-color css
<style>
span { border-color: #1DBB1B; }
span { border-color: rgb(29,187,27); }
td.TdClassName
{
border-color: #1DBB1B;
}
.TagClassName
{
border-color: #1DBB1B;
}
</style>