Shades of Lime Green #1DB92F
Tints of Lime Green #1DB92F
RGB
CMYK
RGB Variations
Color information
#1DB92F (or 0x1DB92F) is known color: Lime Green. HEX triplet: 1D, B9 and 2F. RGB value is (29,185,47). Sum of RGB (Red+Green+Blue) = 29+185+47=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB92F is #E246D0. Grayscale: #7B7B7B. Windows color (decimal): -14829265 or 3127581. OLE color: 3127581.
HSL color Cylindrical-coordinate representation of color #1DB92F: hue angle of 126.92º 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 #1DB92F is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 47 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.27 |
| HSL | 126.92º | 0.73% | 0.42% | - |
| HSV(B) | 126.92º | 0.84% | 0.73% | - |
| XYZ | 18.37 | 35.16 | 8.51 | - |
| YUV | 122.62 | 85.32 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 47 | 0.84 | 0 | 0.75 | 0.27 | 126.92 | 0.73 | 0.42 |
| Hex | 1D | B9 | 2F | 54 | 0 | 4B | 1B | 7F | 49 | 2A |
| Octal | 35 | 271 | 57 | 124 | 0 | 113 | 33 | 177 | 111 | 52 |
| Binary | 11101 | 10111001 | 101111 | 1010100 | 0 | 1001011 | 11011 | 1111111 | 1001001 | 101010 |
Color Harmonies of #1DB92F
Complementary color
Monochromatic Colors of #1DB92F
Black with #1DB92F
Text Example
Text Example
White with #1DB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB92F; }
p { color: rgb(29,185,47); }
H1.HeaderClassName
{
color: #1DB92F;
}
.AnyTagClassName
{
color: #1DB92F;
}
</style>
background-color css
<style>
a { background-color: #1DB92F; }
a { background-color: rgb(29,185,47); }
div.DivClassName
{
background-color: #1DB92F;
}
.BgClassName
{
background-color: #1DB92F;
}
</style>
border-color css
<style>
span { border-color: #1DB92F; }
span { border-color: rgb(29,185,47); }
td.TdClassName
{
border-color: #1DB92F;
}
.TagClassName
{
border-color: #1DB92F;
}
</style>