Shades of Lime Green #1DC812
Tints of Lime Green #1DC812
RGB
CMYK
RGB Variations
Color information
#1DC812 (or 0x1DC812) is known color: Lime Green. HEX triplet: 1D, C8 and 12. RGB value is (29,200,18). Sum of RGB (Red+Green+Blue) = 29+200+18=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 200 (78.52% from 255 or 80.97% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC812 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC812 is #E237ED. Grayscale: #808080. Windows color (decimal): -14825454 or 1230877. OLE color: 1230877.
HSL color Cylindrical-coordinate representation of color #1DC812: hue angle of 116.37º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DC812 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 18 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.22 |
| HSL | 116.37º | 0.83% | 0.43% | - |
| HSV(B) | 116.37º | 0.91% | 0.78% | - |
| XYZ | 21.27 | 41.61 | 7.48 | - |
| YUV | 128.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 18 | 0.86 | 0 | 0.91 | 0.22 | 116.37 | 0.83 | 0.43 |
| Hex | 1D | C8 | 12 | 56 | 0 | 5B | 16 | 74 | 53 | 2B |
| Octal | 35 | 310 | 22 | 126 | 0 | 133 | 26 | 164 | 123 | 53 |
| Binary | 11101 | 11001000 | 10010 | 1010110 | 0 | 1011011 | 10110 | 1110100 | 1010011 | 101011 |
Color Harmonies of #1DC812
Complementary color
Monochromatic Colors of #1DC812
Black with #1DC812
Text Example
Text Example
White with #1DC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC812; }
p { color: rgb(29,200,18); }
H1.HeaderClassName
{
color: #1DC812;
}
.AnyTagClassName
{
color: #1DC812;
}
</style>
background-color css
<style>
a { background-color: #1DC812; }
a { background-color: rgb(29,200,18); }
div.DivClassName
{
background-color: #1DC812;
}
.BgClassName
{
background-color: #1DC812;
}
</style>
border-color css
<style>
span { border-color: #1DC812; }
span { border-color: rgb(29,200,18); }
td.TdClassName
{
border-color: #1DC812;
}
.TagClassName
{
border-color: #1DC812;
}
</style>