Shades of Lime Green #1DCF0F
Tints of Lime Green #1DCF0F
RGB
CMYK
RGB Variations
Color information
#1DCF0F (or 0x1DCF0F) is known color: Lime Green. HEX triplet: 1D, CF and 0F. RGB value is (29,207,15). Sum of RGB (Red+Green+Blue) = 29+207+15=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF0F is #E230F0. Grayscale: #848484. Windows color (decimal): -14823665 or 1036061. OLE color: 1036061.
HSL color Cylindrical-coordinate representation of color #1DCF0F: hue angle of 115.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DCF0F is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 15 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.19 |
| HSL | 115.63º | 0.86% | 0.44% | - |
| HSV(B) | 115.63º | 0.93% | 0.81% | - |
| XYZ | 22.91 | 44.92 | 7.92 | - |
| YUV | 131.89 | 62.03 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 15 | 0.86 | 0 | 0.93 | 0.19 | 115.63 | 0.86 | 0.44 |
| Hex | 1D | CF | F | 56 | 0 | 5D | 13 | 74 | 56 | 2C |
| Octal | 35 | 317 | 17 | 126 | 0 | 135 | 23 | 164 | 126 | 54 |
| Binary | 11101 | 11001111 | 1111 | 1010110 | 0 | 1011101 | 10011 | 1110100 | 1010110 | 101100 |
Color Harmonies of #1DCF0F
Complementary color
Monochromatic Colors of #1DCF0F
Black with #1DCF0F
Text Example
Text Example
White with #1DCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF0F; }
p { color: rgb(29,207,15); }
H1.HeaderClassName
{
color: #1DCF0F;
}
.AnyTagClassName
{
color: #1DCF0F;
}
</style>
background-color css
<style>
a { background-color: #1DCF0F; }
a { background-color: rgb(29,207,15); }
div.DivClassName
{
background-color: #1DCF0F;
}
.BgClassName
{
background-color: #1DCF0F;
}
</style>
border-color css
<style>
span { border-color: #1DCF0F; }
span { border-color: rgb(29,207,15); }
td.TdClassName
{
border-color: #1DCF0F;
}
.TagClassName
{
border-color: #1DCF0F;
}
</style>