Shades of Lime Green #1DB41F
Tints of Lime Green #1DB41F
RGB
CMYK
RGB Variations
Color information
#1DB41F (or 0x1DB41F) is known color: Lime Green. HEX triplet: 1D, B4 and 1F. RGB value is (29,180,31). Sum of RGB (Red+Green+Blue) = 29+180+31=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB41F is #E24BE0. Grayscale: #767676. Windows color (decimal): -14830561 or 2077725. OLE color: 2077725.
HSL color Cylindrical-coordinate representation of color #1DB41F: hue angle of 120.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB41F is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 31 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.29 |
| HSL | 120.79º | 0.72% | 0.41% | - |
| HSV(B) | 120.79º | 0.84% | 0.71% | - |
| XYZ | 17.08 | 33 | 6.77 | - |
| YUV | 117.87 | 78.97 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 31 | 0.84 | 0 | 0.83 | 0.29 | 120.79 | 0.72 | 0.41 |
| Hex | 1D | B4 | 1F | 54 | 0 | 53 | 1D | 79 | 48 | 29 |
| Octal | 35 | 264 | 37 | 124 | 0 | 123 | 35 | 171 | 110 | 51 |
| Binary | 11101 | 10110100 | 11111 | 1010100 | 0 | 1010011 | 11101 | 1111001 | 1001000 | 101001 |
Color Harmonies of #1DB41F
Complementary color
Monochromatic Colors of #1DB41F
Black with #1DB41F
Text Example
Text Example
White with #1DB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB41F; }
p { color: rgb(29,180,31); }
H1.HeaderClassName
{
color: #1DB41F;
}
.AnyTagClassName
{
color: #1DB41F;
}
</style>
background-color css
<style>
a { background-color: #1DB41F; }
a { background-color: rgb(29,180,31); }
div.DivClassName
{
background-color: #1DB41F;
}
.BgClassName
{
background-color: #1DB41F;
}
</style>
border-color css
<style>
span { border-color: #1DB41F; }
span { border-color: rgb(29,180,31); }
td.TdClassName
{
border-color: #1DB41F;
}
.TagClassName
{
border-color: #1DB41F;
}
</style>