Shades of Lime Green #1DC521
Tints of Lime Green #1DC521
RGB
CMYK
RGB Variations
Color information
#1DC521 (or 0x1DC521) is known color: Lime Green. HEX triplet: 1D, C5 and 21. RGB value is (29,197,33). Sum of RGB (Red+Green+Blue) = 29+197+33=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 197 (77.34% from 255 or 76.06% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC521 is #E23ADE. Grayscale: #808080. Windows color (decimal): -14826207 or 2213149. OLE color: 2213149.
HSL color Cylindrical-coordinate representation of color #1DC521: hue angle of 121.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC521 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 33 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.23 |
| HSL | 121.43º | 0.74% | 0.44% | - |
| HSV(B) | 121.43º | 0.85% | 0.77% | - |
| XYZ | 20.75 | 40.3 | 8.12 | - |
| YUV | 128.07 | 74.34 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 33 | 0.85 | 0 | 0.83 | 0.23 | 121.43 | 0.74 | 0.44 |
| Hex | 1D | C5 | 21 | 55 | 0 | 53 | 17 | 79 | 4A | 2C |
| Octal | 35 | 305 | 41 | 125 | 0 | 123 | 27 | 171 | 112 | 54 |
| Binary | 11101 | 11000101 | 100001 | 1010101 | 0 | 1010011 | 10111 | 1111001 | 1001010 | 101100 |
Color Harmonies of #1DC521
Complementary color
Monochromatic Colors of #1DC521
Black with #1DC521
Text Example
Text Example
White with #1DC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC521; }
p { color: rgb(29,197,33); }
H1.HeaderClassName
{
color: #1DC521;
}
.AnyTagClassName
{
color: #1DC521;
}
</style>
background-color css
<style>
a { background-color: #1DC521; }
a { background-color: rgb(29,197,33); }
div.DivClassName
{
background-color: #1DC521;
}
.BgClassName
{
background-color: #1DC521;
}
</style>
border-color css
<style>
span { border-color: #1DC521; }
span { border-color: rgb(29,197,33); }
td.TdClassName
{
border-color: #1DC521;
}
.TagClassName
{
border-color: #1DC521;
}
</style>