Shades of Lime Green #1DCB3E
Tints of Lime Green #1DCB3E
RGB
CMYK
RGB Variations
Color information
#1DCB3E (or 0x1DCB3E) is known color: Lime Green. HEX triplet: 1D, CB and 3E. RGB value is (29,203,62). Sum of RGB (Red+Green+Blue) = 29+203+62=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCB3E is #E234C1. Grayscale: #878787. Windows color (decimal): -14824642 or 4115229. OLE color: 4115229.
HSL color Cylindrical-coordinate representation of color #1DCB3E: hue angle of 131.38º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCB3E is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 62 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.20 |
| HSL | 131.38º | 0.75% | 0.45% | - |
| HSV(B) | 131.38º | 0.86% | 0.8% | - |
| XYZ | 22.73 | 43.32 | 11.72 | - |
| YUV | 134.9 | 86.85 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 62 | 0.86 | 0 | 0.69 | 0.20 | 131.38 | 0.75 | 0.45 |
| Hex | 1D | CB | 3E | 56 | 0 | 45 | 14 | 83 | 4B | 2D |
| Octal | 35 | 313 | 76 | 126 | 0 | 105 | 24 | 203 | 113 | 55 |
| Binary | 11101 | 11001011 | 111110 | 1010110 | 0 | 1000101 | 10100 | 10000011 | 1001011 | 101101 |
Color Harmonies of #1DCB3E
Complementary color
Monochromatic Colors of #1DCB3E
Black with #1DCB3E
Text Example
Text Example
White with #1DCB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCB3E; }
p { color: rgb(29,203,62); }
H1.HeaderClassName
{
color: #1DCB3E;
}
.AnyTagClassName
{
color: #1DCB3E;
}
</style>
background-color css
<style>
a { background-color: #1DCB3E; }
a { background-color: rgb(29,203,62); }
div.DivClassName
{
background-color: #1DCB3E;
}
.BgClassName
{
background-color: #1DCB3E;
}
</style>
border-color css
<style>
span { border-color: #1DCB3E; }
span { border-color: rgb(29,203,62); }
td.TdClassName
{
border-color: #1DCB3E;
}
.TagClassName
{
border-color: #1DCB3E;
}
</style>