Shades of Lime Green #1DC823
Tints of Lime Green #1DC823
RGB
CMYK
RGB Variations
Color information
#1DC823 (or 0x1DC823) is known color: Lime Green. HEX triplet: 1D, C8 and 23. RGB value is (29,200,35). Sum of RGB (Red+Green+Blue) = 29+200+35=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 200 (78.52% from 255 or 75.76% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC823 is #E237DC. Grayscale: #828282. Windows color (decimal): -14825437 or 2344989. OLE color: 2344989.
HSL color Cylindrical-coordinate representation of color #1DC823: hue angle of 122.11º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC823 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 35 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.22 |
| HSL | 122.11º | 0.75% | 0.45% | - |
| HSV(B) | 122.11º | 0.86% | 0.78% | - |
| XYZ | 21.46 | 41.69 | 8.51 | - |
| YUV | 130.06 | 74.35 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 35 | 0.86 | 0 | 0.82 | 0.22 | 122.11 | 0.75 | 0.45 |
| Hex | 1D | C8 | 23 | 56 | 0 | 52 | 16 | 7A | 4B | 2D |
| Octal | 35 | 310 | 43 | 126 | 0 | 122 | 26 | 172 | 113 | 55 |
| Binary | 11101 | 11001000 | 100011 | 1010110 | 0 | 1010010 | 10110 | 1111010 | 1001011 | 101101 |
Color Harmonies of #1DC823
Complementary color
Monochromatic Colors of #1DC823
Black with #1DC823
Text Example
Text Example
White with #1DC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC823; }
p { color: rgb(29,200,35); }
H1.HeaderClassName
{
color: #1DC823;
}
.AnyTagClassName
{
color: #1DC823;
}
</style>
background-color css
<style>
a { background-color: #1DC823; }
a { background-color: rgb(29,200,35); }
div.DivClassName
{
background-color: #1DC823;
}
.BgClassName
{
background-color: #1DC823;
}
</style>
border-color css
<style>
span { border-color: #1DC823; }
span { border-color: rgb(29,200,35); }
td.TdClassName
{
border-color: #1DC823;
}
.TagClassName
{
border-color: #1DC823;
}
</style>