Shades of Malachite #2DE55F
Tints of Malachite #2DE55F
RGB
CMYK
RGB Variations
Color information
#2DE55F (or 0x2DE55F) is known color: Malachite. HEX triplet: 2D, E5 and 5F. RGB value is (45,229,95). Sum of RGB (Red+Green+Blue) = 45+229+95=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 229 (89.84% from 255 or 62.06% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 229 - color contains mainly: green. Hex color #2DE55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE55F is #D21AA0. Grayscale: #9F9F9F. Windows color (decimal): -13769377 or 6284589. OLE color: 6284589.
HSL color Cylindrical-coordinate representation of color #2DE55F: hue angle of 136.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE55F is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 229 | 95 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.10 |
| HSL | 136.3º | 0.78% | 0.54% | - |
| HSV(B) | 136.3º | 0.8% | 0.9% | - |
| XYZ | 31.17 | 57.42 | 20.27 | - |
| YUV | 158.71 | 92.04 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 229 | 95 | 0.80 | 0 | 0.59 | 0.10 | 136.3 | 0.78 | 0.54 |
| Hex | 2D | E5 | 5F | 50 | 0 | 3B | A | 88 | 4E | 36 |
| Octal | 55 | 345 | 137 | 120 | 0 | 73 | 12 | 210 | 116 | 66 |
| Binary | 101101 | 11100101 | 1011111 | 1010000 | 0 | 111011 | 1010 | 10001000 | 1001110 | 110110 |
Color Harmonies of #2DE55F
Complementary color
Monochromatic Colors of #2DE55F
Black with #2DE55F
Text Example
Text Example
White with #2DE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE55F; }
p { color: rgb(45,229,95); }
H1.HeaderClassName
{
color: #2DE55F;
}
.AnyTagClassName
{
color: #2DE55F;
}
</style>
background-color css
<style>
a { background-color: #2DE55F; }
a { background-color: rgb(45,229,95); }
div.DivClassName
{
background-color: #2DE55F;
}
.BgClassName
{
background-color: #2DE55F;
}
</style>
border-color css
<style>
span { border-color: #2DE55F; }
span { border-color: rgb(45,229,95); }
td.TdClassName
{
border-color: #2DE55F;
}
.TagClassName
{
border-color: #2DE55F;
}
</style>