Shades of Lime Green #1DD03A
Tints of Lime Green #1DD03A
RGB
CMYK
RGB Variations
Color information
#1DD03A (or 0x1DD03A) is known color: Lime Green. HEX triplet: 1D, D0 and 3A. RGB value is (29,208,58). Sum of RGB (Red+Green+Blue) = 29+208+58=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD03A is #E22FC5. Grayscale: #898989. Windows color (decimal): -14823366 or 3854365. OLE color: 3854365.
HSL color Cylindrical-coordinate representation of color #1DD03A: hue angle of 129.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD03A is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 58 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.18 |
| HSL | 129.72º | 0.76% | 0.46% | - |
| HSV(B) | 129.72º | 0.86% | 0.82% | - |
| XYZ | 23.83 | 45.68 | 11.56 | - |
| YUV | 137.38 | 83.2 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 58 | 0.86 | 0 | 0.72 | 0.18 | 129.72 | 0.76 | 0.46 |
| Hex | 1D | D0 | 3A | 56 | 0 | 48 | 12 | 82 | 4C | 2E |
| Octal | 35 | 320 | 72 | 126 | 0 | 110 | 22 | 202 | 114 | 56 |
| Binary | 11101 | 11010000 | 111010 | 1010110 | 0 | 1001000 | 10010 | 10000010 | 1001100 | 101110 |
Color Harmonies of #1DD03A
Complementary color
Monochromatic Colors of #1DD03A
Black with #1DD03A
Text Example
Text Example
White with #1DD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD03A; }
p { color: rgb(29,208,58); }
H1.HeaderClassName
{
color: #1DD03A;
}
.AnyTagClassName
{
color: #1DD03A;
}
</style>
background-color css
<style>
a { background-color: #1DD03A; }
a { background-color: rgb(29,208,58); }
div.DivClassName
{
background-color: #1DD03A;
}
.BgClassName
{
background-color: #1DD03A;
}
</style>
border-color css
<style>
span { border-color: #1DD03A; }
span { border-color: rgb(29,208,58); }
td.TdClassName
{
border-color: #1DD03A;
}
.TagClassName
{
border-color: #1DD03A;
}
</style>