Shades of Lime Green #1DB02D
Tints of Lime Green #1DB02D
RGB
CMYK
RGB Variations
Color information
#1DB02D (or 0x1DB02D) is known color: Lime Green. HEX triplet: 1D, B0 and 2D. RGB value is (29,176,45). Sum of RGB (Red+Green+Blue) = 29+176+45=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB02D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB02D is #E24FD2. Grayscale: #757575. Windows color (decimal): -14831571 or 2994205. OLE color: 2994205.
HSL color Cylindrical-coordinate representation of color #1DB02D: hue angle of 126.53º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB02D is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 45 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.31 |
| HSL | 126.53º | 0.72% | 0.4% | - |
| HSV(B) | 126.53º | 0.84% | 0.69% | - |
| XYZ | 16.51 | 31.5 | 7.69 | - |
| YUV | 117.11 | 87.3 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 45 | 0.84 | 0 | 0.74 | 0.31 | 126.53 | 0.72 | 0.4 |
| Hex | 1D | B0 | 2D | 54 | 0 | 4A | 1F | 7F | 48 | 28 |
| Octal | 35 | 260 | 55 | 124 | 0 | 112 | 37 | 177 | 110 | 50 |
| Binary | 11101 | 10110000 | 101101 | 1010100 | 0 | 1001010 | 11111 | 1111111 | 1001000 | 101000 |
Color Harmonies of #1DB02D
Complementary color
Monochromatic Colors of #1DB02D
Black with #1DB02D
Text Example
Text Example
White with #1DB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB02D; }
p { color: rgb(29,176,45); }
H1.HeaderClassName
{
color: #1DB02D;
}
.AnyTagClassName
{
color: #1DB02D;
}
</style>
background-color css
<style>
a { background-color: #1DB02D; }
a { background-color: rgb(29,176,45); }
div.DivClassName
{
background-color: #1DB02D;
}
.BgClassName
{
background-color: #1DB02D;
}
</style>
border-color css
<style>
span { border-color: #1DB02D; }
span { border-color: rgb(29,176,45); }
td.TdClassName
{
border-color: #1DB02D;
}
.TagClassName
{
border-color: #1DB02D;
}
</style>