Shades of Lime Green #1DB31C
Tints of Lime Green #1DB31C
RGB
CMYK
RGB Variations
Color information
#1DB31C (or 0x1DB31C) is known color: Lime Green. HEX triplet: 1D, B3 and 1C. RGB value is (29,179,28). Sum of RGB (Red+Green+Blue) = 29+179+28=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 179 (70.31% from 255 or 75.85% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB31C is #E24CE3. Grayscale: #757575. Windows color (decimal): -14830820 or 1880861. OLE color: 1880861.
HSL color Cylindrical-coordinate representation of color #1DB31C: hue angle of 119.6º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB31C is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 28 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.30 |
| HSL | 119.6º | 0.73% | 0.41% | - |
| HSV(B) | 119.6º | 0.84% | 0.7% | - |
| XYZ | 16.84 | 32.59 | 6.5 | - |
| YUV | 116.94 | 77.81 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 28 | 0.84 | 0 | 0.84 | 0.30 | 119.6 | 0.73 | 0.41 |
| Hex | 1D | B3 | 1C | 54 | 0 | 54 | 1E | 78 | 49 | 29 |
| Octal | 35 | 263 | 34 | 124 | 0 | 124 | 36 | 170 | 111 | 51 |
| Binary | 11101 | 10110011 | 11100 | 1010100 | 0 | 1010100 | 11110 | 1111000 | 1001001 | 101001 |
Color Harmonies of #1DB31C
Complementary color
Monochromatic Colors of #1DB31C
Black with #1DB31C
Text Example
Text Example
White with #1DB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB31C; }
p { color: rgb(29,179,28); }
H1.HeaderClassName
{
color: #1DB31C;
}
.AnyTagClassName
{
color: #1DB31C;
}
</style>
background-color css
<style>
a { background-color: #1DB31C; }
a { background-color: rgb(29,179,28); }
div.DivClassName
{
background-color: #1DB31C;
}
.BgClassName
{
background-color: #1DB31C;
}
</style>
border-color css
<style>
span { border-color: #1DB31C; }
span { border-color: rgb(29,179,28); }
td.TdClassName
{
border-color: #1DB31C;
}
.TagClassName
{
border-color: #1DB31C;
}
</style>