Shades of Lime Green #1DBE14
Tints of Lime Green #1DBE14
RGB
CMYK
RGB Variations
Color information
#1DBE14 (or 0x1DBE14) is known color: Lime Green. HEX triplet: 1D, BE and 14. RGB value is (29,190,20). Sum of RGB (Red+Green+Blue) = 29+190+20=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 190 (74.61% from 255 or 79.50% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBE14 is #E241EB. Grayscale: #7B7B7B. Windows color (decimal): -14828012 or 1359389. OLE color: 1359389.
HSL color Cylindrical-coordinate representation of color #1DBE14: hue angle of 116.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DBE14 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 20 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.25 |
| HSL | 116.82º | 0.81% | 0.41% | - |
| HSV(B) | 116.82º | 0.89% | 0.75% | - |
| XYZ | 19.05 | 37.14 | 6.83 | - |
| YUV | 122.48 | 70.16 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 20 | 0.85 | 0 | 0.89 | 0.25 | 116.82 | 0.81 | 0.41 |
| Hex | 1D | BE | 14 | 55 | 0 | 59 | 19 | 75 | 51 | 29 |
| Octal | 35 | 276 | 24 | 125 | 0 | 131 | 31 | 165 | 121 | 51 |
| Binary | 11101 | 10111110 | 10100 | 1010101 | 0 | 1011001 | 11001 | 1110101 | 1010001 | 101001 |
Color Harmonies of #1DBE14
Complementary color
Monochromatic Colors of #1DBE14
Black with #1DBE14
Text Example
Text Example
White with #1DBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE14; }
p { color: rgb(29,190,20); }
H1.HeaderClassName
{
color: #1DBE14;
}
.AnyTagClassName
{
color: #1DBE14;
}
</style>
background-color css
<style>
a { background-color: #1DBE14; }
a { background-color: rgb(29,190,20); }
div.DivClassName
{
background-color: #1DBE14;
}
.BgClassName
{
background-color: #1DBE14;
}
</style>
border-color css
<style>
span { border-color: #1DBE14; }
span { border-color: rgb(29,190,20); }
td.TdClassName
{
border-color: #1DBE14;
}
.TagClassName
{
border-color: #1DBE14;
}
</style>