Shades of Lime Green #1DC631
Tints of Lime Green #1DC631
RGB
CMYK
RGB Variations
Color information
#1DC631 (or 0x1DC631) is known color: Lime Green. HEX triplet: 1D, C6 and 31. RGB value is (29,198,49). Sum of RGB (Red+Green+Blue) = 29+198+49=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 198 (77.73% from 255 or 71.74% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC631 is #E239CE. Grayscale: #828282. Windows color (decimal): -14825935 or 3261981. OLE color: 3261981.
HSL color Cylindrical-coordinate representation of color #1DC631: hue angle of 127.1º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC631 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 49 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.22 |
| HSL | 127.1º | 0.74% | 0.45% | - |
| HSV(B) | 127.1º | 0.85% | 0.78% | - |
| XYZ | 21.26 | 40.87 | 9.67 | - |
| YUV | 130.48 | 82.01 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 49 | 0.85 | 0 | 0.75 | 0.22 | 127.1 | 0.74 | 0.45 |
| Hex | 1D | C6 | 31 | 55 | 0 | 4B | 16 | 7F | 4A | 2D |
| Octal | 35 | 306 | 61 | 125 | 0 | 113 | 26 | 177 | 112 | 55 |
| Binary | 11101 | 11000110 | 110001 | 1010101 | 0 | 1001011 | 10110 | 1111111 | 1001010 | 101101 |
Color Harmonies of #1DC631
Complementary color
Monochromatic Colors of #1DC631
Black with #1DC631
Text Example
Text Example
White with #1DC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC631; }
p { color: rgb(29,198,49); }
H1.HeaderClassName
{
color: #1DC631;
}
.AnyTagClassName
{
color: #1DC631;
}
</style>
background-color css
<style>
a { background-color: #1DC631; }
a { background-color: rgb(29,198,49); }
div.DivClassName
{
background-color: #1DC631;
}
.BgClassName
{
background-color: #1DC631;
}
</style>
border-color css
<style>
span { border-color: #1DC631; }
span { border-color: rgb(29,198,49); }
td.TdClassName
{
border-color: #1DC631;
}
.TagClassName
{
border-color: #1DC631;
}
</style>