Shades of Lime Green #1DB71A
Tints of Lime Green #1DB71A
RGB
CMYK
RGB Variations
Color information
#1DB71A (or 0x1DB71A) is known color: Lime Green. HEX triplet: 1D, B7 and 1A. RGB value is (29,183,26). Sum of RGB (Red+Green+Blue) = 29+183+26=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 183 (71.88% from 255 or 76.89% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB71A is #E248E5. Grayscale: #777777. Windows color (decimal): -14829798 or 1750813. OLE color: 1750813.
HSL color Cylindrical-coordinate representation of color #1DB71A: hue angle of 118.85º 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 #1DB71A is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 26 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.28 |
| HSL | 118.85º | 0.75% | 0.41% | - |
| HSV(B) | 118.85º | 0.86% | 0.72% | - |
| XYZ | 17.63 | 34.2 | 6.65 | - |
| YUV | 119.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 26 | 0.84 | 0 | 0.86 | 0.28 | 118.85 | 0.75 | 0.41 |
| Hex | 1D | B7 | 1A | 54 | 0 | 56 | 1C | 77 | 4B | 29 |
| Octal | 35 | 267 | 32 | 124 | 0 | 126 | 34 | 167 | 113 | 51 |
| Binary | 11101 | 10110111 | 11010 | 1010100 | 0 | 1010110 | 11100 | 1110111 | 1001011 | 101001 |
Color Harmonies of #1DB71A
Complementary color
Monochromatic Colors of #1DB71A
Black with #1DB71A
Text Example
Text Example
White with #1DB71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB71A; }
p { color: rgb(29,183,26); }
H1.HeaderClassName
{
color: #1DB71A;
}
.AnyTagClassName
{
color: #1DB71A;
}
</style>
background-color css
<style>
a { background-color: #1DB71A; }
a { background-color: rgb(29,183,26); }
div.DivClassName
{
background-color: #1DB71A;
}
.BgClassName
{
background-color: #1DB71A;
}
</style>
border-color css
<style>
span { border-color: #1DB71A; }
span { border-color: rgb(29,183,26); }
td.TdClassName
{
border-color: #1DB71A;
}
.TagClassName
{
border-color: #1DB71A;
}
</style>