Shades of Lime Green #1DB61F
Tints of Lime Green #1DB61F
RGB
CMYK
RGB Variations
Color information
#1DB61F (or 0x1DB61F) is known color: Lime Green. HEX triplet: 1D, B6 and 1F. RGB value is (29,182,31). Sum of RGB (Red+Green+Blue) = 29+182+31=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 182 (71.48% from 255 or 75.21% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB61F is #E249E0. Grayscale: #777777. Windows color (decimal): -14830049 or 2078237. OLE color: 2078237.
HSL color Cylindrical-coordinate representation of color #1DB61F: hue angle of 120.78º degrees, saturation: 0.73, 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 #1DB61F is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 31 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.29 |
| HSL | 120.78º | 0.73% | 0.41% | - |
| HSV(B) | 120.78º | 0.84% | 0.71% | - |
| XYZ | 17.48 | 33.82 | 6.9 | - |
| YUV | 119.04 | 78.31 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 31 | 0.84 | 0 | 0.83 | 0.29 | 120.78 | 0.73 | 0.41 |
| Hex | 1D | B6 | 1F | 54 | 0 | 53 | 1D | 79 | 49 | 29 |
| Octal | 35 | 266 | 37 | 124 | 0 | 123 | 35 | 171 | 111 | 51 |
| Binary | 11101 | 10110110 | 11111 | 1010100 | 0 | 1010011 | 11101 | 1111001 | 1001001 | 101001 |
Color Harmonies of #1DB61F
Complementary color
Monochromatic Colors of #1DB61F
Black with #1DB61F
Text Example
Text Example
White with #1DB61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB61F; }
p { color: rgb(29,182,31); }
H1.HeaderClassName
{
color: #1DB61F;
}
.AnyTagClassName
{
color: #1DB61F;
}
</style>
background-color css
<style>
a { background-color: #1DB61F; }
a { background-color: rgb(29,182,31); }
div.DivClassName
{
background-color: #1DB61F;
}
.BgClassName
{
background-color: #1DB61F;
}
</style>
border-color css
<style>
span { border-color: #1DB61F; }
span { border-color: rgb(29,182,31); }
td.TdClassName
{
border-color: #1DB61F;
}
.TagClassName
{
border-color: #1DB61F;
}
</style>