Shades of Lime Green #2DE732
Tints of Lime Green #2DE732
RGB
CMYK
RGB Variations
Color information
#2DE732 (or 0x2DE732) is known color: Lime Green. HEX triplet: 2D, E7 and 32. RGB value is (45,231,50). Sum of RGB (Red+Green+Blue) = 45+231+50=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 231 (90.62% from 255 or 70.86% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE732 is #D218CD. Grayscale: #9B9B9B. Windows color (decimal): -13768910 or 3335981. OLE color: 3335981.
HSL color Cylindrical-coordinate representation of color #2DE732: hue angle of 121.61º 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 #2DE732 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 50 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.09 |
| HSL | 121.61º | 0.79% | 0.54% | - |
| HSV(B) | 121.61º | 0.81% | 0.91% | - |
| XYZ | 30.23 | 57.94 | 12.61 | - |
| YUV | 154.75 | 68.88 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 50 | 0.81 | 0 | 0.78 | 0.09 | 121.61 | 0.79 | 0.54 |
| Hex | 2D | E7 | 32 | 51 | 0 | 4E | 9 | 7A | 4F | 36 |
| Octal | 55 | 347 | 62 | 121 | 0 | 116 | 11 | 172 | 117 | 66 |
| Binary | 101101 | 11100111 | 110010 | 1010001 | 0 | 1001110 | 1001 | 1111010 | 1001111 | 110110 |
Color Harmonies of #2DE732
Complementary color
Monochromatic Colors of #2DE732
Black with #2DE732
Text Example
Text Example
White with #2DE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE732; }
p { color: rgb(45,231,50); }
H1.HeaderClassName
{
color: #2DE732;
}
.AnyTagClassName
{
color: #2DE732;
}
</style>
background-color css
<style>
a { background-color: #2DE732; }
a { background-color: rgb(45,231,50); }
div.DivClassName
{
background-color: #2DE732;
}
.BgClassName
{
background-color: #2DE732;
}
</style>
border-color css
<style>
span { border-color: #2DE732; }
span { border-color: rgb(45,231,50); }
td.TdClassName
{
border-color: #2DE732;
}
.TagClassName
{
border-color: #2DE732;
}
</style>