Shades of Lime Green #2DE924
Tints of Lime Green #2DE924
RGB
CMYK
RGB Variations
Color information
#2DE924 (or 0x2DE924) is known color: Lime Green. HEX triplet: 2D, E9 and 24. RGB value is (45,233,36). Sum of RGB (Red+Green+Blue) = 45+233+36=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE924 is #D216DB. Grayscale: #9A9A9A. Windows color (decimal): -13768412 or 2418989. OLE color: 2418989.
HSL color Cylindrical-coordinate representation of color #2DE924: hue angle of 117.26º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DE924 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 36 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.09 |
| HSL | 117.26º | 0.82% | 0.53% | - |
| HSV(B) | 117.26º | 0.85% | 0.91% | - |
| XYZ | 30.54 | 58.96 | 11.44 | - |
| YUV | 154.33 | 61.22 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 36 | 0.81 | 0 | 0.85 | 0.09 | 117.26 | 0.82 | 0.53 |
| Hex | 2D | E9 | 24 | 51 | 0 | 55 | 9 | 75 | 52 | 35 |
| Octal | 55 | 351 | 44 | 121 | 0 | 125 | 11 | 165 | 122 | 65 |
| Binary | 101101 | 11101001 | 100100 | 1010001 | 0 | 1010101 | 1001 | 1110101 | 1010010 | 110101 |
Color Harmonies of #2DE924
Complementary color
Monochromatic Colors of #2DE924
Black with #2DE924
Text Example
Text Example
White with #2DE924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE924; }
p { color: rgb(45,233,36); }
H1.HeaderClassName
{
color: #2DE924;
}
.AnyTagClassName
{
color: #2DE924;
}
</style>
background-color css
<style>
a { background-color: #2DE924; }
a { background-color: rgb(45,233,36); }
div.DivClassName
{
background-color: #2DE924;
}
.BgClassName
{
background-color: #2DE924;
}
</style>
border-color css
<style>
span { border-color: #2DE924; }
span { border-color: rgb(45,233,36); }
td.TdClassName
{
border-color: #2DE924;
}
.TagClassName
{
border-color: #2DE924;
}
</style>