Shades of Lime Green #1DBE2B
Tints of Lime Green #1DBE2B
RGB
CMYK
RGB Variations
Color information
#1DBE2B (or 0x1DBE2B) is known color: Lime Green. HEX triplet: 1D, BE and 2B. RGB value is (29,190,43). Sum of RGB (Red+Green+Blue) = 29+190+43=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 190 (74.61% from 255 or 72.52% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE2B is #E241D4. Grayscale: #7D7D7D. Windows color (decimal): -14827989 or 2866717. OLE color: 2866717.
HSL color Cylindrical-coordinate representation of color #1DBE2B: hue angle of 125.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE2B is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 43 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.25 |
| HSL | 125.22º | 0.74% | 0.43% | - |
| HSV(B) | 125.22º | 0.85% | 0.75% | - |
| XYZ | 19.36 | 37.26 | 8.46 | - |
| YUV | 125.1 | 81.66 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 43 | 0.85 | 0 | 0.77 | 0.25 | 125.22 | 0.74 | 0.43 |
| Hex | 1D | BE | 2B | 55 | 0 | 4D | 19 | 7D | 4A | 2B |
| Octal | 35 | 276 | 53 | 125 | 0 | 115 | 31 | 175 | 112 | 53 |
| Binary | 11101 | 10111110 | 101011 | 1010101 | 0 | 1001101 | 11001 | 1111101 | 1001010 | 101011 |
Color Harmonies of #1DBE2B
Complementary color
Monochromatic Colors of #1DBE2B
Black with #1DBE2B
Text Example
Text Example
White with #1DBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE2B; }
p { color: rgb(29,190,43); }
H1.HeaderClassName
{
color: #1DBE2B;
}
.AnyTagClassName
{
color: #1DBE2B;
}
</style>
background-color css
<style>
a { background-color: #1DBE2B; }
a { background-color: rgb(29,190,43); }
div.DivClassName
{
background-color: #1DBE2B;
}
.BgClassName
{
background-color: #1DBE2B;
}
</style>
border-color css
<style>
span { border-color: #1DBE2B; }
span { border-color: rgb(29,190,43); }
td.TdClassName
{
border-color: #1DBE2B;
}
.TagClassName
{
border-color: #1DBE2B;
}
</style>