Shades of Malachite #2DF75E
Tints of Malachite #2DF75E
RGB
CMYK
RGB Variations
Color information
#2DF75E (or 0x2DF75E) is known color: Malachite. HEX triplet: 2D, F7 and 5E. RGB value is (45,247,94). Sum of RGB (Red+Green+Blue) = 45+247+94=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF75E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF75E is #D208A1. Grayscale: #A9A9A9. Windows color (decimal): -13764770 or 6223661. OLE color: 6223661.
HSL color Cylindrical-coordinate representation of color #2DF75E: hue angle of 134.55º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF75E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 94 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.03 |
| HSL | 134.55º | 0.93% | 0.57% | - |
| HSV(B) | 134.55º | 0.82% | 0.97% | - |
| XYZ | 36.36 | 67.89 | 21.78 | - |
| YUV | 169.16 | 85.58 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 94 | 0.82 | 0 | 0.62 | 0.03 | 134.55 | 0.93 | 0.57 |
| Hex | 2D | F7 | 5E | 52 | 0 | 3E | 3 | 87 | 5D | 39 |
| Octal | 55 | 367 | 136 | 122 | 0 | 76 | 3 | 207 | 135 | 71 |
| Binary | 101101 | 11110111 | 1011110 | 1010010 | 0 | 111110 | 11 | 10000111 | 1011101 | 111001 |
Color Harmonies of #2DF75E
Complementary color
Monochromatic Colors of #2DF75E
Black with #2DF75E
Text Example
Text Example
White with #2DF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF75E; }
p { color: rgb(45,247,94); }
H1.HeaderClassName
{
color: #2DF75E;
}
.AnyTagClassName
{
color: #2DF75E;
}
</style>
background-color css
<style>
a { background-color: #2DF75E; }
a { background-color: rgb(45,247,94); }
div.DivClassName
{
background-color: #2DF75E;
}
.BgClassName
{
background-color: #2DF75E;
}
</style>
border-color css
<style>
span { border-color: #2DF75E; }
span { border-color: rgb(45,247,94); }
td.TdClassName
{
border-color: #2DF75E;
}
.TagClassName
{
border-color: #2DF75E;
}
</style>