Shades of Lime Green #1DD62B
Tints of Lime Green #1DD62B
RGB
CMYK
RGB Variations
Color information
#1DD62B (or 0x1DD62B) is known color: Lime Green. HEX triplet: 1D, D6 and 2B. RGB value is (29,214,43). Sum of RGB (Red+Green+Blue) = 29+214+43=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 214 (83.98% from 255 or 74.83% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD62B is #E229D4. Grayscale: #8B8B8B. Windows color (decimal): -14821845 or 2872861. OLE color: 2872861.
HSL color Cylindrical-coordinate representation of color #1DD62B: hue angle of 124.54º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD62B is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 43 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.16 |
| HSL | 124.54º | 0.76% | 0.48% | - |
| HSV(B) | 124.54º | 0.86% | 0.84% | - |
| XYZ | 24.99 | 48.53 | 10.34 | - |
| YUV | 139.19 | 73.71 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 43 | 0.86 | 0 | 0.80 | 0.16 | 124.54 | 0.76 | 0.48 |
| Hex | 1D | D6 | 2B | 56 | 0 | 50 | 10 | 7D | 4C | 30 |
| Octal | 35 | 326 | 53 | 126 | 0 | 120 | 20 | 175 | 114 | 60 |
| Binary | 11101 | 11010110 | 101011 | 1010110 | 0 | 1010000 | 10000 | 1111101 | 1001100 | 110000 |
Color Harmonies of #1DD62B
Complementary color
Monochromatic Colors of #1DD62B
Black with #1DD62B
Text Example
Text Example
White with #1DD62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD62B; }
p { color: rgb(29,214,43); }
H1.HeaderClassName
{
color: #1DD62B;
}
.AnyTagClassName
{
color: #1DD62B;
}
</style>
background-color css
<style>
a { background-color: #1DD62B; }
a { background-color: rgb(29,214,43); }
div.DivClassName
{
background-color: #1DD62B;
}
.BgClassName
{
background-color: #1DD62B;
}
</style>
border-color css
<style>
span { border-color: #1DD62B; }
span { border-color: rgb(29,214,43); }
td.TdClassName
{
border-color: #1DD62B;
}
.TagClassName
{
border-color: #1DD62B;
}
</style>