Shades of Lime Green #1DB92B
Tints of Lime Green #1DB92B
RGB
CMYK
RGB Variations
Color information
#1DB92B (or 0x1DB92B) is known color: Lime Green. HEX triplet: 1D, B9 and 2B. RGB value is (29,185,43). Sum of RGB (Red+Green+Blue) = 29+185+43=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 185 (72.66% from 255 or 71.98% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB92B is #E246D4. Grayscale: #7A7A7A. Windows color (decimal): -14829269 or 2865437. OLE color: 2865437.
HSL color Cylindrical-coordinate representation of color #1DB92B: hue angle of 125.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB92B is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 43 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.27 |
| HSL | 125.38º | 0.73% | 0.42% | - |
| HSV(B) | 125.38º | 0.84% | 0.73% | - |
| XYZ | 18.29 | 35.13 | 8.1 | - |
| YUV | 122.17 | 83.32 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 43 | 0.84 | 0 | 0.77 | 0.27 | 125.38 | 0.73 | 0.42 |
| Hex | 1D | B9 | 2B | 54 | 0 | 4D | 1B | 7D | 49 | 2A |
| Octal | 35 | 271 | 53 | 124 | 0 | 115 | 33 | 175 | 111 | 52 |
| Binary | 11101 | 10111001 | 101011 | 1010100 | 0 | 1001101 | 11011 | 1111101 | 1001001 | 101010 |
Color Harmonies of #1DB92B
Complementary color
Monochromatic Colors of #1DB92B
Black with #1DB92B
Text Example
Text Example
White with #1DB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB92B; }
p { color: rgb(29,185,43); }
H1.HeaderClassName
{
color: #1DB92B;
}
.AnyTagClassName
{
color: #1DB92B;
}
</style>
background-color css
<style>
a { background-color: #1DB92B; }
a { background-color: rgb(29,185,43); }
div.DivClassName
{
background-color: #1DB92B;
}
.BgClassName
{
background-color: #1DB92B;
}
</style>
border-color css
<style>
span { border-color: #1DB92B; }
span { border-color: rgb(29,185,43); }
td.TdClassName
{
border-color: #1DB92B;
}
.TagClassName
{
border-color: #1DB92B;
}
</style>