Shades of Lime Green #1DC22D
Tints of Lime Green #1DC22D
RGB
CMYK
RGB Variations
Color information
#1DC22D (or 0x1DC22D) is known color: Lime Green. HEX triplet: 1D, C2 and 2D. RGB value is (29,194,45). Sum of RGB (Red+Green+Blue) = 29+194+45=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC22D is #E23DD2. Grayscale: #808080. Windows color (decimal): -14826963 or 2998813. OLE color: 2998813.
HSL color Cylindrical-coordinate representation of color #1DC22D: hue angle of 125.82º 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 #1DC22D is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 45 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.24 |
| HSL | 125.82º | 0.74% | 0.44% | - |
| HSV(B) | 125.82º | 0.85% | 0.76% | - |
| XYZ | 20.27 | 39.03 | 8.95 | - |
| YUV | 127.68 | 81.34 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 45 | 0.85 | 0 | 0.77 | 0.24 | 125.82 | 0.74 | 0.44 |
| Hex | 1D | C2 | 2D | 55 | 0 | 4D | 18 | 7E | 4A | 2C |
| Octal | 35 | 302 | 55 | 125 | 0 | 115 | 30 | 176 | 112 | 54 |
| Binary | 11101 | 11000010 | 101101 | 1010101 | 0 | 1001101 | 11000 | 1111110 | 1001010 | 101100 |
Color Harmonies of #1DC22D
Complementary color
Monochromatic Colors of #1DC22D
Black with #1DC22D
Text Example
Text Example
White with #1DC22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC22D; }
p { color: rgb(29,194,45); }
H1.HeaderClassName
{
color: #1DC22D;
}
.AnyTagClassName
{
color: #1DC22D;
}
</style>
background-color css
<style>
a { background-color: #1DC22D; }
a { background-color: rgb(29,194,45); }
div.DivClassName
{
background-color: #1DC22D;
}
.BgClassName
{
background-color: #1DC22D;
}
</style>
border-color css
<style>
span { border-color: #1DC22D; }
span { border-color: rgb(29,194,45); }
td.TdClassName
{
border-color: #1DC22D;
}
.TagClassName
{
border-color: #1DC22D;
}
</style>