Shades of Lime Green #1DCB24
Tints of Lime Green #1DCB24
RGB
CMYK
RGB Variations
Color information
#1DCB24 (or 0x1DCB24) is known color: Lime Green. HEX triplet: 1D, CB and 24. RGB value is (29,203,36). Sum of RGB (Red+Green+Blue) = 29+203+36=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCB24 is #E234DB. Grayscale: #848484. Windows color (decimal): -14824668 or 2411293. OLE color: 2411293.
HSL color Cylindrical-coordinate representation of color #1DCB24: hue angle of 122.41º 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 #1DCB24 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 36 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.20 |
| HSL | 122.41º | 0.75% | 0.45% | - |
| HSV(B) | 122.41º | 0.86% | 0.8% | - |
| XYZ | 22.18 | 43.1 | 8.82 | - |
| YUV | 131.94 | 73.85 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 36 | 0.86 | 0 | 0.82 | 0.20 | 122.41 | 0.75 | 0.45 |
| Hex | 1D | CB | 24 | 56 | 0 | 52 | 14 | 7A | 4B | 2D |
| Octal | 35 | 313 | 44 | 126 | 0 | 122 | 24 | 172 | 113 | 55 |
| Binary | 11101 | 11001011 | 100100 | 1010110 | 0 | 1010010 | 10100 | 1111010 | 1001011 | 101101 |
Color Harmonies of #1DCB24
Complementary color
Monochromatic Colors of #1DCB24
Black with #1DCB24
Text Example
Text Example
White with #1DCB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCB24; }
p { color: rgb(29,203,36); }
H1.HeaderClassName
{
color: #1DCB24;
}
.AnyTagClassName
{
color: #1DCB24;
}
</style>
background-color css
<style>
a { background-color: #1DCB24; }
a { background-color: rgb(29,203,36); }
div.DivClassName
{
background-color: #1DCB24;
}
.BgClassName
{
background-color: #1DCB24;
}
</style>
border-color css
<style>
span { border-color: #1DCB24; }
span { border-color: rgb(29,203,36); }
td.TdClassName
{
border-color: #1DCB24;
}
.TagClassName
{
border-color: #1DCB24;
}
</style>