Shades of Lime Green #1DC336
Tints of Lime Green #1DC336
RGB
CMYK
RGB Variations
Color information
#1DC336 (or 0x1DC336) is known color: Lime Green. HEX triplet: 1D, C3 and 36. RGB value is (29,195,54). Sum of RGB (Red+Green+Blue) = 29+195+54=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC336 is #E23CC9. Grayscale: #818181. Windows color (decimal): -14826698 or 3588893. OLE color: 3588893.
HSL color Cylindrical-coordinate representation of color #1DC336: hue angle of 129.04º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC336 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 54 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.24 |
| HSL | 129.04º | 0.74% | 0.44% | - |
| HSV(B) | 129.04º | 0.85% | 0.76% | - |
| XYZ | 20.69 | 39.56 | 10.04 | - |
| YUV | 129.29 | 85.5 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 54 | 0.85 | 0 | 0.72 | 0.24 | 129.04 | 0.74 | 0.44 |
| Hex | 1D | C3 | 36 | 55 | 0 | 48 | 18 | 81 | 4A | 2C |
| Octal | 35 | 303 | 66 | 125 | 0 | 110 | 30 | 201 | 112 | 54 |
| Binary | 11101 | 11000011 | 110110 | 1010101 | 0 | 1001000 | 11000 | 10000001 | 1001010 | 101100 |
Color Harmonies of #1DC336
Complementary color
Monochromatic Colors of #1DC336
Black with #1DC336
Text Example
Text Example
White with #1DC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC336; }
p { color: rgb(29,195,54); }
H1.HeaderClassName
{
color: #1DC336;
}
.AnyTagClassName
{
color: #1DC336;
}
</style>
background-color css
<style>
a { background-color: #1DC336; }
a { background-color: rgb(29,195,54); }
div.DivClassName
{
background-color: #1DC336;
}
.BgClassName
{
background-color: #1DC336;
}
</style>
border-color css
<style>
span { border-color: #1DC336; }
span { border-color: rgb(29,195,54); }
td.TdClassName
{
border-color: #1DC336;
}
.TagClassName
{
border-color: #1DC336;
}
</style>