Shades of Lime Green #1DC331
Tints of Lime Green #1DC331
RGB
CMYK
RGB Variations
Color information
#1DC331 (or 0x1DC331) is known color: Lime Green. HEX triplet: 1D, C3 and 31. RGB value is (29,195,49). Sum of RGB (Red+Green+Blue) = 29+195+49=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC331 is #E23CCE. Grayscale: #818181. Windows color (decimal): -14826703 or 3261213. OLE color: 3261213.
HSL color Cylindrical-coordinate representation of color #1DC331: hue angle of 127.23º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC331 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 49 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.24 |
| HSL | 127.23º | 0.74% | 0.44% | - |
| HSV(B) | 127.23º | 0.85% | 0.76% | - |
| XYZ | 20.58 | 39.51 | 9.45 | - |
| YUV | 128.72 | 83 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 49 | 0.85 | 0 | 0.75 | 0.24 | 127.23 | 0.74 | 0.44 |
| Hex | 1D | C3 | 31 | 55 | 0 | 4B | 18 | 7F | 4A | 2C |
| Octal | 35 | 303 | 61 | 125 | 0 | 113 | 30 | 177 | 112 | 54 |
| Binary | 11101 | 11000011 | 110001 | 1010101 | 0 | 1001011 | 11000 | 1111111 | 1001010 | 101100 |
Color Harmonies of #1DC331
Complementary color
Monochromatic Colors of #1DC331
Black with #1DC331
Text Example
Text Example
White with #1DC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC331; }
p { color: rgb(29,195,49); }
H1.HeaderClassName
{
color: #1DC331;
}
.AnyTagClassName
{
color: #1DC331;
}
</style>
background-color css
<style>
a { background-color: #1DC331; }
a { background-color: rgb(29,195,49); }
div.DivClassName
{
background-color: #1DC331;
}
.BgClassName
{
background-color: #1DC331;
}
</style>
border-color css
<style>
span { border-color: #1DC331; }
span { border-color: rgb(29,195,49); }
td.TdClassName
{
border-color: #1DC331;
}
.TagClassName
{
border-color: #1DC331;
}
</style>