Shades of Lime Green #1DCE28
Tints of Lime Green #1DCE28
RGB
CMYK
RGB Variations
Color information
#1DCE28 (or 0x1DCE28) is known color: Lime Green. HEX triplet: 1D, CE and 28. RGB value is (29,206,40). Sum of RGB (Red+Green+Blue) = 29+206+40=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 206 (80.86% from 255 or 74.91% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE28 is #E231D7. Grayscale: #868686. Windows color (decimal): -14823896 or 2674205. OLE color: 2674205.
HSL color Cylindrical-coordinate representation of color #1DCE28: hue angle of 123.73º 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 #1DCE28 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 40 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.19 |
| HSL | 123.73º | 0.75% | 0.46% | - |
| HSV(B) | 123.73º | 0.86% | 0.81% | - |
| XYZ | 22.96 | 44.56 | 9.4 | - |
| YUV | 134.15 | 74.86 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 40 | 0.86 | 0 | 0.81 | 0.19 | 123.73 | 0.75 | 0.46 |
| Hex | 1D | CE | 28 | 56 | 0 | 51 | 13 | 7C | 4B | 2E |
| Octal | 35 | 316 | 50 | 126 | 0 | 121 | 23 | 174 | 113 | 56 |
| Binary | 11101 | 11001110 | 101000 | 1010110 | 0 | 1010001 | 10011 | 1111100 | 1001011 | 101110 |
Color Harmonies of #1DCE28
Complementary color
Monochromatic Colors of #1DCE28
Black with #1DCE28
Text Example
Text Example
White with #1DCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE28; }
p { color: rgb(29,206,40); }
H1.HeaderClassName
{
color: #1DCE28;
}
.AnyTagClassName
{
color: #1DCE28;
}
</style>
background-color css
<style>
a { background-color: #1DCE28; }
a { background-color: rgb(29,206,40); }
div.DivClassName
{
background-color: #1DCE28;
}
.BgClassName
{
background-color: #1DCE28;
}
</style>
border-color css
<style>
span { border-color: #1DCE28; }
span { border-color: rgb(29,206,40); }
td.TdClassName
{
border-color: #1DCE28;
}
.TagClassName
{
border-color: #1DCE28;
}
</style>