Shades of Lime Green #1DCE2F
Tints of Lime Green #1DCE2F
RGB
CMYK
RGB Variations
Color information
#1DCE2F (or 0x1DCE2F) is known color: Lime Green. HEX triplet: 1D, CE and 2F. RGB value is (29,206,47). Sum of RGB (Red+Green+Blue) = 29+206+47=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE2F is #E231D0. Grayscale: #878787. Windows color (decimal): -14823889 or 3132957. OLE color: 3132957.
HSL color Cylindrical-coordinate representation of color #1DCE2F: hue angle of 126.1º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCE2F is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 47 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.19 |
| HSL | 126.1º | 0.75% | 0.46% | - |
| HSV(B) | 126.1º | 0.86% | 0.81% | - |
| XYZ | 23.09 | 44.61 | 10.08 | - |
| YUV | 134.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 47 | 0.86 | 0 | 0.77 | 0.19 | 126.1 | 0.75 | 0.46 |
| Hex | 1D | CE | 2F | 56 | 0 | 4D | 13 | 7E | 4B | 2E |
| Octal | 35 | 316 | 57 | 126 | 0 | 115 | 23 | 176 | 113 | 56 |
| Binary | 11101 | 11001110 | 101111 | 1010110 | 0 | 1001101 | 10011 | 1111110 | 1001011 | 101110 |
Color Harmonies of #1DCE2F
Complementary color
Monochromatic Colors of #1DCE2F
Black with #1DCE2F
Text Example
Text Example
White with #1DCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE2F; }
p { color: rgb(29,206,47); }
H1.HeaderClassName
{
color: #1DCE2F;
}
.AnyTagClassName
{
color: #1DCE2F;
}
</style>
background-color css
<style>
a { background-color: #1DCE2F; }
a { background-color: rgb(29,206,47); }
div.DivClassName
{
background-color: #1DCE2F;
}
.BgClassName
{
background-color: #1DCE2F;
}
</style>
border-color css
<style>
span { border-color: #1DCE2F; }
span { border-color: rgb(29,206,47); }
td.TdClassName
{
border-color: #1DCE2F;
}
.TagClassName
{
border-color: #1DCE2F;
}
</style>