Shades of Lime Green #1DB81A
Tints of Lime Green #1DB81A
RGB
CMYK
RGB Variations
Color information
#1DB81A (or 0x1DB81A) is known color: Lime Green. HEX triplet: 1D, B8 and 1A. RGB value is (29,184,26). Sum of RGB (Red+Green+Blue) = 29+184+26=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 184 (72.27% from 255 or 76.99% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB81A is #E247E5. Grayscale: #787878. Windows color (decimal): -14829542 or 1751069. OLE color: 1751069.
HSL color Cylindrical-coordinate representation of color #1DB81A: hue angle of 118.86º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DB81A is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 26 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.28 |
| HSL | 118.86º | 0.75% | 0.41% | - |
| HSV(B) | 118.86º | 0.86% | 0.72% | - |
| XYZ | 17.83 | 34.62 | 6.72 | - |
| YUV | 119.64 | 75.15 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 26 | 0.84 | 0 | 0.86 | 0.28 | 118.86 | 0.75 | 0.41 |
| Hex | 1D | B8 | 1A | 54 | 0 | 56 | 1C | 77 | 4B | 29 |
| Octal | 35 | 270 | 32 | 124 | 0 | 126 | 34 | 167 | 113 | 51 |
| Binary | 11101 | 10111000 | 11010 | 1010100 | 0 | 1010110 | 11100 | 1110111 | 1001011 | 101001 |
Color Harmonies of #1DB81A
Complementary color
Monochromatic Colors of #1DB81A
Black with #1DB81A
Text Example
Text Example
White with #1DB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB81A; }
p { color: rgb(29,184,26); }
H1.HeaderClassName
{
color: #1DB81A;
}
.AnyTagClassName
{
color: #1DB81A;
}
</style>
background-color css
<style>
a { background-color: #1DB81A; }
a { background-color: rgb(29,184,26); }
div.DivClassName
{
background-color: #1DB81A;
}
.BgClassName
{
background-color: #1DB81A;
}
</style>
border-color css
<style>
span { border-color: #1DB81A; }
span { border-color: rgb(29,184,26); }
td.TdClassName
{
border-color: #1DB81A;
}
.TagClassName
{
border-color: #1DB81A;
}
</style>