Shades of Lime Green #2DE72D
Tints of Lime Green #2DE72D
RGB
CMYK
RGB Variations
Color information
#2DE72D (or 0x2DE72D) is known color: Lime Green. HEX triplet: 2D, E7 and 2D. RGB value is (45,231,45). Sum of RGB (Red+Green+Blue) = 45+231+45=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 231 (90.62% from 255 or 71.96% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE72D is #D218D2. Grayscale: #9A9A9A. Windows color (decimal): -13768915 or 3008301. OLE color: 3008301.
HSL color Cylindrical-coordinate representation of color #2DE72D: hue angle of 120º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE72D is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 45 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.09 |
| HSL | 120º | 0.79% | 0.54% | - |
| HSV(B) | 120º | 0.81% | 0.91% | - |
| XYZ | 30.13 | 57.9 | 12.07 | - |
| YUV | 154.18 | 66.38 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 45 | 0.81 | 0 | 0.81 | 0.09 | 120 | 0.79 | 0.54 |
| Hex | 2D | E7 | 2D | 51 | 0 | 51 | 9 | 78 | 4F | 36 |
| Octal | 55 | 347 | 55 | 121 | 0 | 121 | 11 | 170 | 117 | 66 |
| Binary | 101101 | 11100111 | 101101 | 1010001 | 0 | 1010001 | 1001 | 1111000 | 1001111 | 110110 |
Color Harmonies of #2DE72D
Complementary color
Monochromatic Colors of #2DE72D
Black with #2DE72D
Text Example
Text Example
White with #2DE72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE72D; }
p { color: rgb(45,231,45); }
H1.HeaderClassName
{
color: #2DE72D;
}
.AnyTagClassName
{
color: #2DE72D;
}
</style>
background-color css
<style>
a { background-color: #2DE72D; }
a { background-color: rgb(45,231,45); }
div.DivClassName
{
background-color: #2DE72D;
}
.BgClassName
{
background-color: #2DE72D;
}
</style>
border-color css
<style>
span { border-color: #2DE72D; }
span { border-color: rgb(45,231,45); }
td.TdClassName
{
border-color: #2DE72D;
}
.TagClassName
{
border-color: #2DE72D;
}
</style>