Shades of Lime Green #1DC22C
Tints of Lime Green #1DC22C
RGB
CMYK
RGB Variations
Color information
#1DC22C (or 0x1DC22C) is known color: Lime Green. HEX triplet: 1D, C2 and 2C. RGB value is (29,194,44). Sum of RGB (Red+Green+Blue) = 29+194+44=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 194 (76.17% from 255 or 72.66% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC22C is #E23DD3. Grayscale: #808080. Windows color (decimal): -14826964 or 2933277. OLE color: 2933277.
HSL color Cylindrical-coordinate representation of color #1DC22C: hue angle of 125.45º 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 #1DC22C is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 44 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.24 |
| HSL | 125.45º | 0.74% | 0.44% | - |
| HSV(B) | 125.45º | 0.85% | 0.76% | - |
| XYZ | 20.25 | 39.03 | 8.85 | - |
| YUV | 127.57 | 80.84 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 44 | 0.85 | 0 | 0.77 | 0.24 | 125.45 | 0.74 | 0.44 |
| Hex | 1D | C2 | 2C | 55 | 0 | 4D | 18 | 7D | 4A | 2C |
| Octal | 35 | 302 | 54 | 125 | 0 | 115 | 30 | 175 | 112 | 54 |
| Binary | 11101 | 11000010 | 101100 | 1010101 | 0 | 1001101 | 11000 | 1111101 | 1001010 | 101100 |
Color Harmonies of #1DC22C
Complementary color
Monochromatic Colors of #1DC22C
Black with #1DC22C
Text Example
Text Example
White with #1DC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC22C; }
p { color: rgb(29,194,44); }
H1.HeaderClassName
{
color: #1DC22C;
}
.AnyTagClassName
{
color: #1DC22C;
}
</style>
background-color css
<style>
a { background-color: #1DC22C; }
a { background-color: rgb(29,194,44); }
div.DivClassName
{
background-color: #1DC22C;
}
.BgClassName
{
background-color: #1DC22C;
}
</style>
border-color css
<style>
span { border-color: #1DC22C; }
span { border-color: rgb(29,194,44); }
td.TdClassName
{
border-color: #1DC22C;
}
.TagClassName
{
border-color: #1DC22C;
}
</style>