Shades of Malachite #2DF94E
Tints of Malachite #2DF94E
RGB
CMYK
RGB Variations
Color information
#2DF94E (or 0x2DF94E) is known color: Malachite. HEX triplet: 2D, F9 and 4E. RGB value is (45,249,78). Sum of RGB (Red+Green+Blue) = 45+249+78=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF94E is #D206B1. Grayscale: #A8A8A8. Windows color (decimal): -13764274 or 5175597. OLE color: 5175597.
HSL color Cylindrical-coordinate representation of color #2DF94E: hue angle of 129.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF94E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 78 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.02 |
| HSL | 129.71º | 0.94% | 0.58% | - |
| HSV(B) | 129.71º | 0.82% | 0.98% | - |
| XYZ | 36.33 | 68.86 | 18.58 | - |
| YUV | 168.51 | 76.91 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 78 | 0.82 | 0 | 0.69 | 0.02 | 129.71 | 0.94 | 0.58 |
| Hex | 2D | F9 | 4E | 52 | 0 | 45 | 2 | 82 | 5E | 3A |
| Octal | 55 | 371 | 116 | 122 | 0 | 105 | 2 | 202 | 136 | 72 |
| Binary | 101101 | 11111001 | 1001110 | 1010010 | 0 | 1000101 | 10 | 10000010 | 1011110 | 111010 |
Color Harmonies of #2DF94E
Complementary color
Monochromatic Colors of #2DF94E
Black with #2DF94E
Text Example
Text Example
White with #2DF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF94E; }
p { color: rgb(45,249,78); }
H1.HeaderClassName
{
color: #2DF94E;
}
.AnyTagClassName
{
color: #2DF94E;
}
</style>
background-color css
<style>
a { background-color: #2DF94E; }
a { background-color: rgb(45,249,78); }
div.DivClassName
{
background-color: #2DF94E;
}
.BgClassName
{
background-color: #2DF94E;
}
</style>
border-color css
<style>
span { border-color: #2DF94E; }
span { border-color: rgb(45,249,78); }
td.TdClassName
{
border-color: #2DF94E;
}
.TagClassName
{
border-color: #2DF94E;
}
</style>