Shades of Lime Green #1DC421
Tints of Lime Green #1DC421
RGB
CMYK
RGB Variations
Color information
#1DC421 (or 0x1DC421) is known color: Lime Green. HEX triplet: 1D, C4 and 21. RGB value is (29,196,33). Sum of RGB (Red+Green+Blue) = 29+196+33=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 196 (76.95% from 255 or 75.97% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC421 is #E23BDE. Grayscale: #7F7F7F. Windows color (decimal): -14826463 or 2212893. OLE color: 2212893.
HSL color Cylindrical-coordinate representation of color #1DC421: hue angle of 121.44º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC421 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 33 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.23 |
| HSL | 121.44º | 0.74% | 0.44% | - |
| HSV(B) | 121.44º | 0.85% | 0.77% | - |
| XYZ | 20.52 | 39.85 | 8.05 | - |
| YUV | 127.49 | 74.67 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 33 | 0.85 | 0 | 0.83 | 0.23 | 121.44 | 0.74 | 0.44 |
| Hex | 1D | C4 | 21 | 55 | 0 | 53 | 17 | 79 | 4A | 2C |
| Octal | 35 | 304 | 41 | 125 | 0 | 123 | 27 | 171 | 112 | 54 |
| Binary | 11101 | 11000100 | 100001 | 1010101 | 0 | 1010011 | 10111 | 1111001 | 1001010 | 101100 |
Color Harmonies of #1DC421
Complementary color
Monochromatic Colors of #1DC421
Black with #1DC421
Text Example
Text Example
White with #1DC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC421; }
p { color: rgb(29,196,33); }
H1.HeaderClassName
{
color: #1DC421;
}
.AnyTagClassName
{
color: #1DC421;
}
</style>
background-color css
<style>
a { background-color: #1DC421; }
a { background-color: rgb(29,196,33); }
div.DivClassName
{
background-color: #1DC421;
}
.BgClassName
{
background-color: #1DC421;
}
</style>
border-color css
<style>
span { border-color: #1DC421; }
span { border-color: rgb(29,196,33); }
td.TdClassName
{
border-color: #1DC421;
}
.TagClassName
{
border-color: #1DC421;
}
</style>