Shades of Lime Green #1DC121
Tints of Lime Green #1DC121
RGB
CMYK
RGB Variations
Color information
#1DC121 (or 0x1DC121) is known color: Lime Green. HEX triplet: 1D, C1 and 21. RGB value is (29,193,33). Sum of RGB (Red+Green+Blue) = 29+193+33=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC121 is #E23EDE. Grayscale: #7E7E7E. Windows color (decimal): -14827231 or 2212125. OLE color: 2212125.
HSL color Cylindrical-coordinate representation of color #1DC121: hue angle of 121.46º 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 #1DC121 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 33 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.24 |
| HSL | 121.46º | 0.74% | 0.44% | - |
| HSV(B) | 121.46º | 0.85% | 0.76% | - |
| XYZ | 19.85 | 38.51 | 7.83 | - |
| YUV | 125.72 | 75.67 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 33 | 0.85 | 0 | 0.83 | 0.24 | 121.46 | 0.74 | 0.44 |
| Hex | 1D | C1 | 21 | 55 | 0 | 53 | 18 | 79 | 4A | 2C |
| Octal | 35 | 301 | 41 | 125 | 0 | 123 | 30 | 171 | 112 | 54 |
| Binary | 11101 | 11000001 | 100001 | 1010101 | 0 | 1010011 | 11000 | 1111001 | 1001010 | 101100 |
Color Harmonies of #1DC121
Complementary color
Monochromatic Colors of #1DC121
Black with #1DC121
Text Example
Text Example
White with #1DC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC121; }
p { color: rgb(29,193,33); }
H1.HeaderClassName
{
color: #1DC121;
}
.AnyTagClassName
{
color: #1DC121;
}
</style>
background-color css
<style>
a { background-color: #1DC121; }
a { background-color: rgb(29,193,33); }
div.DivClassName
{
background-color: #1DC121;
}
.BgClassName
{
background-color: #1DC121;
}
</style>
border-color css
<style>
span { border-color: #1DC121; }
span { border-color: rgb(29,193,33); }
td.TdClassName
{
border-color: #1DC121;
}
.TagClassName
{
border-color: #1DC121;
}
</style>