Shades of Lime Green #1DC51A
Tints of Lime Green #1DC51A
RGB
CMYK
RGB Variations
Color information
#1DC51A (or 0x1DC51A) is known color: Lime Green. HEX triplet: 1D, C5 and 1A. RGB value is (29,197,26). Sum of RGB (Red+Green+Blue) = 29+197+26=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC51A is #E23AE5. Grayscale: #7F7F7F. Windows color (decimal): -14826214 or 1754397. OLE color: 1754397.
HSL color Cylindrical-coordinate representation of color #1DC51A: hue angle of 118.95º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DC51A is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 26 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.23 |
| HSL | 118.95º | 0.77% | 0.44% | - |
| HSV(B) | 118.95º | 0.87% | 0.77% | - |
| XYZ | 20.66 | 40.27 | 7.66 | - |
| YUV | 127.27 | 70.84 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 26 | 0.85 | 0 | 0.87 | 0.23 | 118.95 | 0.77 | 0.44 |
| Hex | 1D | C5 | 1A | 55 | 0 | 57 | 17 | 77 | 4D | 2C |
| Octal | 35 | 305 | 32 | 125 | 0 | 127 | 27 | 167 | 115 | 54 |
| Binary | 11101 | 11000101 | 11010 | 1010101 | 0 | 1010111 | 10111 | 1110111 | 1001101 | 101100 |
Color Harmonies of #1DC51A
Complementary color
Monochromatic Colors of #1DC51A
Black with #1DC51A
Text Example
Text Example
White with #1DC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC51A; }
p { color: rgb(29,197,26); }
H1.HeaderClassName
{
color: #1DC51A;
}
.AnyTagClassName
{
color: #1DC51A;
}
</style>
background-color css
<style>
a { background-color: #1DC51A; }
a { background-color: rgb(29,197,26); }
div.DivClassName
{
background-color: #1DC51A;
}
.BgClassName
{
background-color: #1DC51A;
}
</style>
border-color css
<style>
span { border-color: #1DC51A; }
span { border-color: rgb(29,197,26); }
td.TdClassName
{
border-color: #1DC51A;
}
.TagClassName
{
border-color: #1DC51A;
}
</style>