Shades of Lime Green #1DCF3C
Tints of Lime Green #1DCF3C
RGB
CMYK
RGB Variations
Color information
#1DCF3C (or 0x1DCF3C) is known color: Lime Green. HEX triplet: 1D, CF and 3C. RGB value is (29,207,60). Sum of RGB (Red+Green+Blue) = 29+207+60=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 207 (81.25% from 255 or 69.93% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCF3C is #E230C3. Grayscale: #898989. Windows color (decimal): -14823620 or 3985181. OLE color: 3985181.
HSL color Cylindrical-coordinate representation of color #1DCF3C: hue angle of 130.45º 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 #1DCF3C is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 60 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.19 |
| HSL | 130.45º | 0.75% | 0.46% | - |
| HSV(B) | 130.45º | 0.86% | 0.81% | - |
| XYZ | 23.64 | 45.21 | 11.76 | - |
| YUV | 137.02 | 84.53 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 60 | 0.86 | 0 | 0.71 | 0.19 | 130.45 | 0.75 | 0.46 |
| Hex | 1D | CF | 3C | 56 | 0 | 47 | 13 | 82 | 4B | 2E |
| Octal | 35 | 317 | 74 | 126 | 0 | 107 | 23 | 202 | 113 | 56 |
| Binary | 11101 | 11001111 | 111100 | 1010110 | 0 | 1000111 | 10011 | 10000010 | 1001011 | 101110 |
Color Harmonies of #1DCF3C
Complementary color
Monochromatic Colors of #1DCF3C
Black with #1DCF3C
Text Example
Text Example
White with #1DCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF3C; }
p { color: rgb(29,207,60); }
H1.HeaderClassName
{
color: #1DCF3C;
}
.AnyTagClassName
{
color: #1DCF3C;
}
</style>
background-color css
<style>
a { background-color: #1DCF3C; }
a { background-color: rgb(29,207,60); }
div.DivClassName
{
background-color: #1DCF3C;
}
.BgClassName
{
background-color: #1DCF3C;
}
</style>
border-color css
<style>
span { border-color: #1DCF3C; }
span { border-color: rgb(29,207,60); }
td.TdClassName
{
border-color: #1DCF3C;
}
.TagClassName
{
border-color: #1DCF3C;
}
</style>