Shades of Lime Green #2DE323
Tints of Lime Green #2DE323
RGB
CMYK
RGB Variations
Color information
#2DE323 (or 0x2DE323) is known color: Lime Green. HEX triplet: 2D, E3 and 23. RGB value is (45,227,35). Sum of RGB (Red+Green+Blue) = 45+227+35=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE323 is #D21CDC. Grayscale: #979797. Windows color (decimal): -13769949 or 2351917. OLE color: 2351917.
HSL color Cylindrical-coordinate representation of color #2DE323: hue angle of 116.88º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DE323 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 35 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.11 |
| HSL | 116.88º | 0.77% | 0.51% | - |
| HSV(B) | 116.88º | 0.85% | 0.89% | - |
| XYZ | 28.85 | 55.62 | 10.8 | - |
| YUV | 150.69 | 62.7 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 35 | 0.80 | 0 | 0.85 | 0.11 | 116.88 | 0.77 | 0.51 |
| Hex | 2D | E3 | 23 | 50 | 0 | 55 | B | 75 | 4D | 33 |
| Octal | 55 | 343 | 43 | 120 | 0 | 125 | 13 | 165 | 115 | 63 |
| Binary | 101101 | 11100011 | 100011 | 1010000 | 0 | 1010101 | 1011 | 1110101 | 1001101 | 110011 |
Color Harmonies of #2DE323
Complementary color
Monochromatic Colors of #2DE323
Black with #2DE323
Text Example
Text Example
White with #2DE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE323; }
p { color: rgb(45,227,35); }
H1.HeaderClassName
{
color: #2DE323;
}
.AnyTagClassName
{
color: #2DE323;
}
</style>
background-color css
<style>
a { background-color: #2DE323; }
a { background-color: rgb(45,227,35); }
div.DivClassName
{
background-color: #2DE323;
}
.BgClassName
{
background-color: #2DE323;
}
</style>
border-color css
<style>
span { border-color: #2DE323; }
span { border-color: rgb(45,227,35); }
td.TdClassName
{
border-color: #2DE323;
}
.TagClassName
{
border-color: #2DE323;
}
</style>