Shades of Lime Green #1DBE2F
Tints of Lime Green #1DBE2F
RGB
CMYK
RGB Variations
Color information
#1DBE2F (or 0x1DBE2F) is known color: Lime Green. HEX triplet: 1D, BE and 2F. RGB value is (29,190,47). Sum of RGB (Red+Green+Blue) = 29+190+47=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE2F is #E241D0. Grayscale: #7D7D7D. Windows color (decimal): -14827985 or 3128861. OLE color: 3128861.
HSL color Cylindrical-coordinate representation of color #1DBE2F: hue angle of 126.71º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE2F is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 47 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.25 |
| HSL | 126.71º | 0.74% | 0.43% | - |
| HSV(B) | 126.71º | 0.85% | 0.75% | - |
| XYZ | 19.43 | 37.29 | 8.86 | - |
| YUV | 125.56 | 83.66 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 47 | 0.85 | 0 | 0.75 | 0.25 | 126.71 | 0.74 | 0.43 |
| Hex | 1D | BE | 2F | 55 | 0 | 4B | 19 | 7F | 4A | 2B |
| Octal | 35 | 276 | 57 | 125 | 0 | 113 | 31 | 177 | 112 | 53 |
| Binary | 11101 | 10111110 | 101111 | 1010101 | 0 | 1001011 | 11001 | 1111111 | 1001010 | 101011 |
Color Harmonies of #1DBE2F
Complementary color
Monochromatic Colors of #1DBE2F
Black with #1DBE2F
Text Example
Text Example
White with #1DBE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE2F; }
p { color: rgb(29,190,47); }
H1.HeaderClassName
{
color: #1DBE2F;
}
.AnyTagClassName
{
color: #1DBE2F;
}
</style>
background-color css
<style>
a { background-color: #1DBE2F; }
a { background-color: rgb(29,190,47); }
div.DivClassName
{
background-color: #1DBE2F;
}
.BgClassName
{
background-color: #1DBE2F;
}
</style>
border-color css
<style>
span { border-color: #1DBE2F; }
span { border-color: rgb(29,190,47); }
td.TdClassName
{
border-color: #1DBE2F;
}
.TagClassName
{
border-color: #1DBE2F;
}
</style>