Shades of Lime Green #1DCF2F
Tints of Lime Green #1DCF2F
RGB
CMYK
RGB Variations
Color information
#1DCF2F (or 0x1DCF2F) is known color: Lime Green. HEX triplet: 1D, CF and 2F. RGB value is (29,207,47). Sum of RGB (Red+Green+Blue) = 29+207+47=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 207 (81.25% from 255 or 73.14% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCF2F is #E230D0. Grayscale: #878787. Windows color (decimal): -14823633 or 3133213. OLE color: 3133213.
HSL color Cylindrical-coordinate representation of color #1DCF2F: hue angle of 126.07º 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 #1DCF2F is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 47 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.19 |
| HSL | 126.07º | 0.75% | 0.46% | - |
| HSV(B) | 126.07º | 0.86% | 0.81% | - |
| XYZ | 23.33 | 45.09 | 10.16 | - |
| YUV | 135.54 | 78.03 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 47 | 0.86 | 0 | 0.77 | 0.19 | 126.07 | 0.75 | 0.46 |
| Hex | 1D | CF | 2F | 56 | 0 | 4D | 13 | 7E | 4B | 2E |
| Octal | 35 | 317 | 57 | 126 | 0 | 115 | 23 | 176 | 113 | 56 |
| Binary | 11101 | 11001111 | 101111 | 1010110 | 0 | 1001101 | 10011 | 1111110 | 1001011 | 101110 |
Color Harmonies of #1DCF2F
Complementary color
Monochromatic Colors of #1DCF2F
Black with #1DCF2F
Text Example
Text Example
White with #1DCF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF2F; }
p { color: rgb(29,207,47); }
H1.HeaderClassName
{
color: #1DCF2F;
}
.AnyTagClassName
{
color: #1DCF2F;
}
</style>
background-color css
<style>
a { background-color: #1DCF2F; }
a { background-color: rgb(29,207,47); }
div.DivClassName
{
background-color: #1DCF2F;
}
.BgClassName
{
background-color: #1DCF2F;
}
</style>
border-color css
<style>
span { border-color: #1DCF2F; }
span { border-color: rgb(29,207,47); }
td.TdClassName
{
border-color: #1DCF2F;
}
.TagClassName
{
border-color: #1DCF2F;
}
</style>