Shades of Lime Green #1DD73C
Tints of Lime Green #1DD73C
RGB
CMYK
RGB Variations
Color information
#1DD73C (or 0x1DD73C) is known color: Lime Green. HEX triplet: 1D, D7 and 3C. RGB value is (29,215,60). Sum of RGB (Red+Green+Blue) = 29+215+60=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 215 (84.38% from 255 or 70.72% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD73C is #E228C3. Grayscale: #8E8E8E. Windows color (decimal): -14821572 or 3987229. OLE color: 3987229.
HSL color Cylindrical-coordinate representation of color #1DD73C: hue angle of 130º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD73C is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 215 | 60 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.16 |
| HSL | 130º | 0.76% | 0.48% | - |
| HSV(B) | 130º | 0.87% | 0.84% | - |
| XYZ | 25.62 | 49.19 | 12.42 | - |
| YUV | 141.72 | 81.88 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 215 | 60 | 0.87 | 0 | 0.72 | 0.16 | 130 | 0.76 | 0.48 |
| Hex | 1D | D7 | 3C | 57 | 0 | 48 | 10 | 82 | 4C | 30 |
| Octal | 35 | 327 | 74 | 127 | 0 | 110 | 20 | 202 | 114 | 60 |
| Binary | 11101 | 11010111 | 111100 | 1010111 | 0 | 1001000 | 10000 | 10000010 | 1001100 | 110000 |
Color Harmonies of #1DD73C
Complementary color
Monochromatic Colors of #1DD73C
Black with #1DD73C
Text Example
Text Example
White with #1DD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD73C; }
p { color: rgb(29,215,60); }
H1.HeaderClassName
{
color: #1DD73C;
}
.AnyTagClassName
{
color: #1DD73C;
}
</style>
background-color css
<style>
a { background-color: #1DD73C; }
a { background-color: rgb(29,215,60); }
div.DivClassName
{
background-color: #1DD73C;
}
.BgClassName
{
background-color: #1DD73C;
}
</style>
border-color css
<style>
span { border-color: #1DD73C; }
span { border-color: rgb(29,215,60); }
td.TdClassName
{
border-color: #1DD73C;
}
.TagClassName
{
border-color: #1DD73C;
}
</style>