Shades of Lime Green #1DC12B
Tints of Lime Green #1DC12B
RGB
CMYK
RGB Variations
Color information
#1DC12B (or 0x1DC12B) is known color: Lime Green. HEX triplet: 1D, C1 and 2B. RGB value is (29,193,43). Sum of RGB (Red+Green+Blue) = 29+193+43=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC12B is #E23ED4. Grayscale: #7F7F7F. Windows color (decimal): -14827221 or 2867485. OLE color: 2867485.
HSL color Cylindrical-coordinate representation of color #1DC12B: hue angle of 125.12º 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 #1DC12B is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 43 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.24 |
| HSL | 125.12º | 0.74% | 0.44% | - |
| HSV(B) | 125.12º | 0.85% | 0.76% | - |
| XYZ | 20.01 | 38.58 | 8.68 | - |
| YUV | 126.86 | 80.67 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 43 | 0.85 | 0 | 0.78 | 0.24 | 125.12 | 0.74 | 0.44 |
| Hex | 1D | C1 | 2B | 55 | 0 | 4E | 18 | 7D | 4A | 2C |
| Octal | 35 | 301 | 53 | 125 | 0 | 116 | 30 | 175 | 112 | 54 |
| Binary | 11101 | 11000001 | 101011 | 1010101 | 0 | 1001110 | 11000 | 1111101 | 1001010 | 101100 |
Color Harmonies of #1DC12B
Complementary color
Monochromatic Colors of #1DC12B
Black with #1DC12B
Text Example
Text Example
White with #1DC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC12B; }
p { color: rgb(29,193,43); }
H1.HeaderClassName
{
color: #1DC12B;
}
.AnyTagClassName
{
color: #1DC12B;
}
</style>
background-color css
<style>
a { background-color: #1DC12B; }
a { background-color: rgb(29,193,43); }
div.DivClassName
{
background-color: #1DC12B;
}
.BgClassName
{
background-color: #1DC12B;
}
</style>
border-color css
<style>
span { border-color: #1DC12B; }
span { border-color: rgb(29,193,43); }
td.TdClassName
{
border-color: #1DC12B;
}
.TagClassName
{
border-color: #1DC12B;
}
</style>