Shades of Lime Green #1DBC2F
Tints of Lime Green #1DBC2F
RGB
CMYK
RGB Variations
Color information
#1DBC2F (or 0x1DBC2F) is known color: Lime Green. HEX triplet: 1D, BC and 2F. RGB value is (29,188,47). Sum of RGB (Red+Green+Blue) = 29+188+47=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC2F is #E243D0. Grayscale: #7C7C7C. Windows color (decimal): -14828497 or 3128349. OLE color: 3128349.
HSL color Cylindrical-coordinate representation of color #1DBC2F: hue angle of 126.79º 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 #1DBC2F is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 47 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.26 |
| HSL | 126.79º | 0.73% | 0.43% | - |
| HSV(B) | 126.79º | 0.85% | 0.74% | - |
| XYZ | 19 | 36.43 | 8.72 | - |
| YUV | 124.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 47 | 0.85 | 0 | 0.75 | 0.26 | 126.79 | 0.73 | 0.43 |
| Hex | 1D | BC | 2F | 55 | 0 | 4B | 1A | 7F | 49 | 2B |
| Octal | 35 | 274 | 57 | 125 | 0 | 113 | 32 | 177 | 111 | 53 |
| Binary | 11101 | 10111100 | 101111 | 1010101 | 0 | 1001011 | 11010 | 1111111 | 1001001 | 101011 |
Color Harmonies of #1DBC2F
Complementary color
Monochromatic Colors of #1DBC2F
Black with #1DBC2F
Text Example
Text Example
White with #1DBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC2F; }
p { color: rgb(29,188,47); }
H1.HeaderClassName
{
color: #1DBC2F;
}
.AnyTagClassName
{
color: #1DBC2F;
}
</style>
background-color css
<style>
a { background-color: #1DBC2F; }
a { background-color: rgb(29,188,47); }
div.DivClassName
{
background-color: #1DBC2F;
}
.BgClassName
{
background-color: #1DBC2F;
}
</style>
border-color css
<style>
span { border-color: #1DBC2F; }
span { border-color: rgb(29,188,47); }
td.TdClassName
{
border-color: #1DBC2F;
}
.TagClassName
{
border-color: #1DBC2F;
}
</style>