Shades of Lime Green #1DB81F
Tints of Lime Green #1DB81F
RGB
CMYK
RGB Variations
Color information
#1DB81F (or 0x1DB81F) is known color: Lime Green. HEX triplet: 1D, B8 and 1F. RGB value is (29,184,31). Sum of RGB (Red+Green+Blue) = 29+184+31=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 184 (72.27% from 255 or 75.41% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB81F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB81F is #E247E0. Grayscale: #787878. Windows color (decimal): -14829537 or 2078749. OLE color: 2078749.
HSL color Cylindrical-coordinate representation of color #1DB81F: hue angle of 120.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB81F is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 31 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.28 |
| HSL | 120.77º | 0.73% | 0.42% | - |
| HSV(B) | 120.77º | 0.84% | 0.72% | - |
| XYZ | 17.89 | 34.64 | 7.04 | - |
| YUV | 120.21 | 77.65 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 31 | 0.84 | 0 | 0.83 | 0.28 | 120.77 | 0.73 | 0.42 |
| Hex | 1D | B8 | 1F | 54 | 0 | 53 | 1C | 79 | 49 | 2A |
| Octal | 35 | 270 | 37 | 124 | 0 | 123 | 34 | 171 | 111 | 52 |
| Binary | 11101 | 10111000 | 11111 | 1010100 | 0 | 1010011 | 11100 | 1111001 | 1001001 | 101010 |
Color Harmonies of #1DB81F
Complementary color
Monochromatic Colors of #1DB81F
Black with #1DB81F
Text Example
Text Example
White with #1DB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB81F; }
p { color: rgb(29,184,31); }
H1.HeaderClassName
{
color: #1DB81F;
}
.AnyTagClassName
{
color: #1DB81F;
}
</style>
background-color css
<style>
a { background-color: #1DB81F; }
a { background-color: rgb(29,184,31); }
div.DivClassName
{
background-color: #1DB81F;
}
.BgClassName
{
background-color: #1DB81F;
}
</style>
border-color css
<style>
span { border-color: #1DB81F; }
span { border-color: rgb(29,184,31); }
td.TdClassName
{
border-color: #1DB81F;
}
.TagClassName
{
border-color: #1DB81F;
}
</style>