Shades of Lime Green #2DE337
Tints of Lime Green #2DE337
RGB
CMYK
RGB Variations
Color information
#2DE337 (or 0x2DE337) is known color: Lime Green. HEX triplet: 2D, E3 and 37. RGB value is (45,227,55). Sum of RGB (Red+Green+Blue) = 45+227+55=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 227 (89.06% from 255 or 69.42% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE337 is #D21CC8. Grayscale: #999999. Windows color (decimal): -13769929 or 3662637. OLE color: 3662637.
HSL color Cylindrical-coordinate representation of color #2DE337: hue angle of 123.3º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE337 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 55 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.11 |
| HSL | 123.3º | 0.76% | 0.53% | - |
| HSV(B) | 123.3º | 0.8% | 0.89% | - |
| XYZ | 29.24 | 55.77 | 12.84 | - |
| YUV | 152.97 | 72.7 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 55 | 0.80 | 0 | 0.76 | 0.11 | 123.3 | 0.76 | 0.53 |
| Hex | 2D | E3 | 37 | 50 | 0 | 4C | B | 7B | 4C | 35 |
| Octal | 55 | 343 | 67 | 120 | 0 | 114 | 13 | 173 | 114 | 65 |
| Binary | 101101 | 11100011 | 110111 | 1010000 | 0 | 1001100 | 1011 | 1111011 | 1001100 | 110101 |
Color Harmonies of #2DE337
Complementary color
Monochromatic Colors of #2DE337
Black with #2DE337
Text Example
Text Example
White with #2DE337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE337; }
p { color: rgb(45,227,55); }
H1.HeaderClassName
{
color: #2DE337;
}
.AnyTagClassName
{
color: #2DE337;
}
</style>
background-color css
<style>
a { background-color: #2DE337; }
a { background-color: rgb(45,227,55); }
div.DivClassName
{
background-color: #2DE337;
}
.BgClassName
{
background-color: #2DE337;
}
</style>
border-color css
<style>
span { border-color: #2DE337; }
span { border-color: rgb(45,227,55); }
td.TdClassName
{
border-color: #2DE337;
}
.TagClassName
{
border-color: #2DE337;
}
</style>