Shades of Lime Green #1DCD30
Tints of Lime Green #1DCD30
RGB
CMYK
RGB Variations
Color information
#1DCD30 (or 0x1DCD30) is known color: Lime Green. HEX triplet: 1D, CD and 30. RGB value is (29,205,48). Sum of RGB (Red+Green+Blue) = 29+205+48=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 205 (80.47% from 255 or 72.70% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD30 is #E232CF. Grayscale: #868686. Windows color (decimal): -14824144 or 3198237. OLE color: 3198237.
HSL color Cylindrical-coordinate representation of color #1DCD30: hue angle of 126.48º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD30 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 48 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.20 |
| HSL | 126.48º | 0.75% | 0.46% | - |
| HSV(B) | 126.48º | 0.86% | 0.8% | - |
| XYZ | 22.87 | 44.14 | 10.11 | - |
| YUV | 134.48 | 79.19 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 48 | 0.86 | 0 | 0.77 | 0.20 | 126.48 | 0.75 | 0.46 |
| Hex | 1D | CD | 30 | 56 | 0 | 4D | 14 | 7E | 4B | 2E |
| Octal | 35 | 315 | 60 | 126 | 0 | 115 | 24 | 176 | 113 | 56 |
| Binary | 11101 | 11001101 | 110000 | 1010110 | 0 | 1001101 | 10100 | 1111110 | 1001011 | 101110 |
Color Harmonies of #1DCD30
Complementary color
Monochromatic Colors of #1DCD30
Black with #1DCD30
Text Example
Text Example
White with #1DCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD30; }
p { color: rgb(29,205,48); }
H1.HeaderClassName
{
color: #1DCD30;
}
.AnyTagClassName
{
color: #1DCD30;
}
</style>
background-color css
<style>
a { background-color: #1DCD30; }
a { background-color: rgb(29,205,48); }
div.DivClassName
{
background-color: #1DCD30;
}
.BgClassName
{
background-color: #1DCD30;
}
</style>
border-color css
<style>
span { border-color: #1DCD30; }
span { border-color: rgb(29,205,48); }
td.TdClassName
{
border-color: #1DCD30;
}
.TagClassName
{
border-color: #1DCD30;
}
</style>