Shades of Lime Green #1DBC33
Tints of Lime Green #1DBC33
RGB
CMYK
RGB Variations
Color information
#1DBC33 (or 0x1DBC33) is known color: Lime Green. HEX triplet: 1D, BC and 33. RGB value is (29,188,51). Sum of RGB (Red+Green+Blue) = 29+188+51=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC33 is #E243CC. Grayscale: #7D7D7D. Windows color (decimal): -14828493 or 3390493. OLE color: 3390493.
HSL color Cylindrical-coordinate representation of color #1DBC33: hue angle of 128.3º 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 #1DBC33 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 51 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.26 |
| HSL | 128.3º | 0.73% | 0.43% | - |
| HSV(B) | 128.3º | 0.85% | 0.74% | - |
| XYZ | 19.09 | 36.47 | 9.16 | - |
| YUV | 124.84 | 86.32 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 51 | 0.85 | 0 | 0.73 | 0.26 | 128.3 | 0.73 | 0.43 |
| Hex | 1D | BC | 33 | 55 | 0 | 49 | 1A | 80 | 49 | 2B |
| Octal | 35 | 274 | 63 | 125 | 0 | 111 | 32 | 200 | 111 | 53 |
| Binary | 11101 | 10111100 | 110011 | 1010101 | 0 | 1001001 | 11010 | 10000000 | 1001001 | 101011 |
Color Harmonies of #1DBC33
Complementary color
Monochromatic Colors of #1DBC33
Black with #1DBC33
Text Example
Text Example
White with #1DBC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC33; }
p { color: rgb(29,188,51); }
H1.HeaderClassName
{
color: #1DBC33;
}
.AnyTagClassName
{
color: #1DBC33;
}
</style>
background-color css
<style>
a { background-color: #1DBC33; }
a { background-color: rgb(29,188,51); }
div.DivClassName
{
background-color: #1DBC33;
}
.BgClassName
{
background-color: #1DBC33;
}
</style>
border-color css
<style>
span { border-color: #1DBC33; }
span { border-color: rgb(29,188,51); }
td.TdClassName
{
border-color: #1DBC33;
}
.TagClassName
{
border-color: #1DBC33;
}
</style>