Shades of Lime Green #1DC014
Tints of Lime Green #1DC014
RGB
CMYK
RGB Variations
Color information
#1DC014 (or 0x1DC014) is known color: Lime Green. HEX triplet: 1D, C0 and 14. RGB value is (29,192,20). Sum of RGB (Red+Green+Blue) = 29+192+20=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC014 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC014 is #E23FEB. Grayscale: #7C7C7C. Windows color (decimal): -14827500 or 1359901. OLE color: 1359901.
HSL color Cylindrical-coordinate representation of color #1DC014: hue angle of 116.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DC014 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 20 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.25 |
| HSL | 116.86º | 0.81% | 0.42% | - |
| HSV(B) | 116.86º | 0.9% | 0.75% | - |
| XYZ | 19.48 | 38.01 | 6.97 | - |
| YUV | 123.66 | 69.5 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 20 | 0.85 | 0 | 0.90 | 0.25 | 116.86 | 0.81 | 0.42 |
| Hex | 1D | C0 | 14 | 55 | 0 | 5A | 19 | 75 | 51 | 2A |
| Octal | 35 | 300 | 24 | 125 | 0 | 132 | 31 | 165 | 121 | 52 |
| Binary | 11101 | 11000000 | 10100 | 1010101 | 0 | 1011010 | 11001 | 1110101 | 1010001 | 101010 |
Color Harmonies of #1DC014
Complementary color
Monochromatic Colors of #1DC014
Black with #1DC014
Text Example
Text Example
White with #1DC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC014; }
p { color: rgb(29,192,20); }
H1.HeaderClassName
{
color: #1DC014;
}
.AnyTagClassName
{
color: #1DC014;
}
</style>
background-color css
<style>
a { background-color: #1DC014; }
a { background-color: rgb(29,192,20); }
div.DivClassName
{
background-color: #1DC014;
}
.BgClassName
{
background-color: #1DC014;
}
</style>
border-color css
<style>
span { border-color: #1DC014; }
span { border-color: rgb(29,192,20); }
td.TdClassName
{
border-color: #1DC014;
}
.TagClassName
{
border-color: #1DC014;
}
</style>