Shades of Lime Green #1DBA1B
Tints of Lime Green #1DBA1B
RGB
CMYK
RGB Variations
Color information
#1DBA1B (or 0x1DBA1B) is known color: Lime Green. HEX triplet: 1D, BA and 1B. RGB value is (29,186,27). Sum of RGB (Red+Green+Blue) = 29+186+27=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA1B is #E245E4. Grayscale: #797979. Windows color (decimal): -14829029 or 1817117. OLE color: 1817117.
HSL color Cylindrical-coordinate representation of color #1DBA1B: 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.85%. Process color model (Four color, CMYK) of #1DBA1B is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 27 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.27 |
| HSL | 119.25º | 0.75% | 0.42% | - |
| HSV(B) | 119.25º | 0.85% | 0.73% | - |
| XYZ | 18.26 | 35.46 | 6.92 | - |
| YUV | 120.93 | 74.99 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 27 | 0.84 | 0 | 0.85 | 0.27 | 119.25 | 0.75 | 0.42 |
| Hex | 1D | BA | 1B | 54 | 0 | 55 | 1B | 77 | 4B | 2A |
| Octal | 35 | 272 | 33 | 124 | 0 | 125 | 33 | 167 | 113 | 52 |
| Binary | 11101 | 10111010 | 11011 | 1010100 | 0 | 1010101 | 11011 | 1110111 | 1001011 | 101010 |
Color Harmonies of #1DBA1B
Complementary color
Monochromatic Colors of #1DBA1B
Black with #1DBA1B
Text Example
Text Example
White with #1DBA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA1B; }
p { color: rgb(29,186,27); }
H1.HeaderClassName
{
color: #1DBA1B;
}
.AnyTagClassName
{
color: #1DBA1B;
}
</style>
background-color css
<style>
a { background-color: #1DBA1B; }
a { background-color: rgb(29,186,27); }
div.DivClassName
{
background-color: #1DBA1B;
}
.BgClassName
{
background-color: #1DBA1B;
}
</style>
border-color css
<style>
span { border-color: #1DBA1B; }
span { border-color: rgb(29,186,27); }
td.TdClassName
{
border-color: #1DBA1B;
}
.TagClassName
{
border-color: #1DBA1B;
}
</style>