Shades of Malachite #2DE960
Tints of Malachite #2DE960
RGB
CMYK
RGB Variations
Color information
#2DE960 (or 0x2DE960) is known color: Malachite. HEX triplet: 2D, E9 and 60. RGB value is (45,233,96). Sum of RGB (Red+Green+Blue) = 45+233+96=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE960 is #D2169F. Grayscale: #A1A1A1. Windows color (decimal): -13768352 or 6351149. OLE color: 6351149.
HSL color Cylindrical-coordinate representation of color #2DE960: hue angle of 136.28º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE960 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 233 | 96 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.09 |
| HSL | 136.28º | 0.81% | 0.55% | - |
| HSV(B) | 136.28º | 0.81% | 0.91% | - |
| XYZ | 32.33 | 59.68 | 20.88 | - |
| YUV | 161.17 | 91.22 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 233 | 96 | 0.81 | 0 | 0.59 | 0.09 | 136.28 | 0.81 | 0.55 |
| Hex | 2D | E9 | 60 | 51 | 0 | 3B | 9 | 88 | 51 | 37 |
| Octal | 55 | 351 | 140 | 121 | 0 | 73 | 11 | 210 | 121 | 67 |
| Binary | 101101 | 11101001 | 1100000 | 1010001 | 0 | 111011 | 1001 | 10001000 | 1010001 | 110111 |
Color Harmonies of #2DE960
Complementary color
Monochromatic Colors of #2DE960
Black with #2DE960
Text Example
Text Example
White with #2DE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE960; }
p { color: rgb(45,233,96); }
H1.HeaderClassName
{
color: #2DE960;
}
.AnyTagClassName
{
color: #2DE960;
}
</style>
background-color css
<style>
a { background-color: #2DE960; }
a { background-color: rgb(45,233,96); }
div.DivClassName
{
background-color: #2DE960;
}
.BgClassName
{
background-color: #2DE960;
}
</style>
border-color css
<style>
span { border-color: #2DE960; }
span { border-color: rgb(45,233,96); }
td.TdClassName
{
border-color: #2DE960;
}
.TagClassName
{
border-color: #2DE960;
}
</style>