Shades of Lime Green #1DCF14
Tints of Lime Green #1DCF14
RGB
CMYK
RGB Variations
Color information
#1DCF14 (or 0x1DCF14) is known color: Lime Green. HEX triplet: 1D, CF and 14. RGB value is (29,207,20). Sum of RGB (Red+Green+Blue) = 29+207+20=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 207 (81.25% from 255 or 80.86% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCF14 is #E230EB. Grayscale: #858585. Windows color (decimal): -14823660 or 1363741. OLE color: 1363741.
HSL color Cylindrical-coordinate representation of color #1DCF14: hue angle of 117.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DCF14 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 20 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.19 |
| HSL | 117.11º | 0.82% | 0.45% | - |
| HSV(B) | 117.11º | 0.9% | 0.81% | - |
| XYZ | 22.95 | 44.94 | 8.13 | - |
| YUV | 132.46 | 64.53 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 20 | 0.86 | 0 | 0.90 | 0.19 | 117.11 | 0.82 | 0.45 |
| Hex | 1D | CF | 14 | 56 | 0 | 5A | 13 | 75 | 52 | 2D |
| Octal | 35 | 317 | 24 | 126 | 0 | 132 | 23 | 165 | 122 | 55 |
| Binary | 11101 | 11001111 | 10100 | 1010110 | 0 | 1011010 | 10011 | 1110101 | 1010010 | 101101 |
Color Harmonies of #1DCF14
Complementary color
Monochromatic Colors of #1DCF14
Black with #1DCF14
Text Example
Text Example
White with #1DCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF14; }
p { color: rgb(29,207,20); }
H1.HeaderClassName
{
color: #1DCF14;
}
.AnyTagClassName
{
color: #1DCF14;
}
</style>
background-color css
<style>
a { background-color: #1DCF14; }
a { background-color: rgb(29,207,20); }
div.DivClassName
{
background-color: #1DCF14;
}
.BgClassName
{
background-color: #1DCF14;
}
</style>
border-color css
<style>
span { border-color: #1DCF14; }
span { border-color: rgb(29,207,20); }
td.TdClassName
{
border-color: #1DCF14;
}
.TagClassName
{
border-color: #1DCF14;
}
</style>