Shades of Lime Green #1DC912
Tints of Lime Green #1DC912
RGB
CMYK
RGB Variations
Color information
#1DC912 (or 0x1DC912) is known color: Lime Green. HEX triplet: 1D, C9 and 12. RGB value is (29,201,18). Sum of RGB (Red+Green+Blue) = 29+201+18=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC912 is #E236ED. Grayscale: #818181. Windows color (decimal): -14825198 or 1231133. OLE color: 1231133.
HSL color Cylindrical-coordinate representation of color #1DC912: hue angle of 116.39º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DC912 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 201 | 18 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.21 |
| HSL | 116.39º | 0.84% | 0.43% | - |
| HSV(B) | 116.39º | 0.91% | 0.79% | - |
| XYZ | 21.5 | 42.08 | 7.56 | - |
| YUV | 128.71 | 65.52 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 201 | 18 | 0.86 | 0 | 0.91 | 0.21 | 116.39 | 0.84 | 0.43 |
| Hex | 1D | C9 | 12 | 56 | 0 | 5B | 15 | 74 | 54 | 2B |
| Octal | 35 | 311 | 22 | 126 | 0 | 133 | 25 | 164 | 124 | 53 |
| Binary | 11101 | 11001001 | 10010 | 1010110 | 0 | 1011011 | 10101 | 1110100 | 1010100 | 101011 |
Color Harmonies of #1DC912
Complementary color
Monochromatic Colors of #1DC912
Black with #1DC912
Text Example
Text Example
White with #1DC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC912; }
p { color: rgb(29,201,18); }
H1.HeaderClassName
{
color: #1DC912;
}
.AnyTagClassName
{
color: #1DC912;
}
</style>
background-color css
<style>
a { background-color: #1DC912; }
a { background-color: rgb(29,201,18); }
div.DivClassName
{
background-color: #1DC912;
}
.BgClassName
{
background-color: #1DC912;
}
</style>
border-color css
<style>
span { border-color: #1DC912; }
span { border-color: rgb(29,201,18); }
td.TdClassName
{
border-color: #1DC912;
}
.TagClassName
{
border-color: #1DC912;
}
</style>