Shades of Lime Green #1DC423
Tints of Lime Green #1DC423
RGB
CMYK
RGB Variations
Color information
#1DC423 (or 0x1DC423) is known color: Lime Green. HEX triplet: 1D, C4 and 23. RGB value is (29,196,35). Sum of RGB (Red+Green+Blue) = 29+196+35=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 196 (76.95% from 255 or 75.38% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC423 is #E23BDC. Grayscale: #808080. Windows color (decimal): -14826461 or 2343965. OLE color: 2343965.
HSL color Cylindrical-coordinate representation of color #1DC423: hue angle of 122.16º 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 #1DC423 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 35 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.23 |
| HSL | 122.16º | 0.74% | 0.44% | - |
| HSV(B) | 122.16º | 0.85% | 0.77% | - |
| XYZ | 20.55 | 39.86 | 8.2 | - |
| YUV | 127.71 | 75.67 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 35 | 0.85 | 0 | 0.82 | 0.23 | 122.16 | 0.74 | 0.44 |
| Hex | 1D | C4 | 23 | 55 | 0 | 52 | 17 | 7A | 4A | 2C |
| Octal | 35 | 304 | 43 | 125 | 0 | 122 | 27 | 172 | 112 | 54 |
| Binary | 11101 | 11000100 | 100011 | 1010101 | 0 | 1010010 | 10111 | 1111010 | 1001010 | 101100 |
Color Harmonies of #1DC423
Complementary color
Monochromatic Colors of #1DC423
Black with #1DC423
Text Example
Text Example
White with #1DC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC423; }
p { color: rgb(29,196,35); }
H1.HeaderClassName
{
color: #1DC423;
}
.AnyTagClassName
{
color: #1DC423;
}
</style>
background-color css
<style>
a { background-color: #1DC423; }
a { background-color: rgb(29,196,35); }
div.DivClassName
{
background-color: #1DC423;
}
.BgClassName
{
background-color: #1DC423;
}
</style>
border-color css
<style>
span { border-color: #1DC423; }
span { border-color: rgb(29,196,35); }
td.TdClassName
{
border-color: #1DC423;
}
.TagClassName
{
border-color: #1DC423;
}
</style>