Shades of Lime Green #1DCE07
Tints of Lime Green #1DCE07
RGB
CMYK
RGB Variations
Color information
#1DCE07 (or 0x1DCE07) is known color: Lime Green. HEX triplet: 1D, CE and 07. RGB value is (29,206,7). Sum of RGB (Red+Green+Blue) = 29+206+7=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 206 (80.86% from 255 or 85.12% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCE07 is #E231F8. Grayscale: #838383. Windows color (decimal): -14823929 or 511517. OLE color: 511517.
HSL color Cylindrical-coordinate representation of color #1DCE07: hue angle of 113.37º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DCE07 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 7 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.19 |
| HSL | 113.37º | 0.93% | 0.42% | - |
| HSV(B) | 113.37º | 0.97% | 0.81% | - |
| XYZ | 22.62 | 44.42 | 7.58 | - |
| YUV | 130.39 | 58.36 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 7 | 0.86 | 0 | 0.97 | 0.19 | 113.37 | 0.93 | 0.42 |
| Hex | 1D | CE | 7 | 56 | 0 | 61 | 13 | 71 | 5D | 2A |
| Octal | 35 | 316 | 7 | 126 | 0 | 141 | 23 | 161 | 135 | 52 |
| Binary | 11101 | 11001110 | 111 | 1010110 | 0 | 1100001 | 10011 | 1110001 | 1011101 | 101010 |
Color Harmonies of #1DCE07
Complementary color
Monochromatic Colors of #1DCE07
Black with #1DCE07
Text Example
Text Example
White with #1DCE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE07; }
p { color: rgb(29,206,7); }
H1.HeaderClassName
{
color: #1DCE07;
}
.AnyTagClassName
{
color: #1DCE07;
}
</style>
background-color css
<style>
a { background-color: #1DCE07; }
a { background-color: rgb(29,206,7); }
div.DivClassName
{
background-color: #1DCE07;
}
.BgClassName
{
background-color: #1DCE07;
}
</style>
border-color css
<style>
span { border-color: #1DCE07; }
span { border-color: rgb(29,206,7); }
td.TdClassName
{
border-color: #1DCE07;
}
.TagClassName
{
border-color: #1DCE07;
}
</style>