Shades of Lime Green #1DBC31
Tints of Lime Green #1DBC31
RGB
CMYK
RGB Variations
Color information
#1DBC31 (or 0x1DBC31) is known color: Lime Green. HEX triplet: 1D, BC and 31. RGB value is (29,188,49). Sum of RGB (Red+Green+Blue) = 29+188+49=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC31 is #E243CE. Grayscale: #7D7D7D. Windows color (decimal): -14828495 or 3259421. OLE color: 3259421.
HSL color Cylindrical-coordinate representation of color #1DBC31: hue angle of 127.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC31 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 49 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.26 |
| HSL | 127.55º | 0.73% | 0.43% | - |
| HSV(B) | 127.55º | 0.85% | 0.74% | - |
| XYZ | 19.04 | 36.45 | 8.94 | - |
| YUV | 124.61 | 85.32 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 49 | 0.85 | 0 | 0.74 | 0.26 | 127.55 | 0.73 | 0.43 |
| Hex | 1D | BC | 31 | 55 | 0 | 4A | 1A | 80 | 49 | 2B |
| Octal | 35 | 274 | 61 | 125 | 0 | 112 | 32 | 200 | 111 | 53 |
| Binary | 11101 | 10111100 | 110001 | 1010101 | 0 | 1001010 | 11010 | 10000000 | 1001001 | 101011 |
Color Harmonies of #1DBC31
Complementary color
Monochromatic Colors of #1DBC31
Black with #1DBC31
Text Example
Text Example
White with #1DBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC31; }
p { color: rgb(29,188,49); }
H1.HeaderClassName
{
color: #1DBC31;
}
.AnyTagClassName
{
color: #1DBC31;
}
</style>
background-color css
<style>
a { background-color: #1DBC31; }
a { background-color: rgb(29,188,49); }
div.DivClassName
{
background-color: #1DBC31;
}
.BgClassName
{
background-color: #1DBC31;
}
</style>
border-color css
<style>
span { border-color: #1DBC31; }
span { border-color: rgb(29,188,49); }
td.TdClassName
{
border-color: #1DBC31;
}
.TagClassName
{
border-color: #1DBC31;
}
</style>