Shades of Malachite #2DF95E
Tints of Malachite #2DF95E
RGB
CMYK
RGB Variations
Color information
#2DF95E (or 0x2DF95E) is known color: Malachite. HEX triplet: 2D, F9 and 5E. RGB value is (45,249,94). Sum of RGB (Red+Green+Blue) = 45+249+94=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF95E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF95E is #D206A1. Grayscale: #AAAAAA. Windows color (decimal): -13764258 or 6224173. OLE color: 6224173.
HSL color Cylindrical-coordinate representation of color #2DF95E: hue angle of 134.41º 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 #2DF95E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 94 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.02 |
| HSL | 134.41º | 0.94% | 0.58% | - |
| HSV(B) | 134.41º | 0.82% | 0.98% | - |
| XYZ | 36.98 | 69.12 | 21.98 | - |
| YUV | 170.33 | 84.91 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 94 | 0.82 | 0 | 0.62 | 0.02 | 134.41 | 0.94 | 0.58 |
| Hex | 2D | F9 | 5E | 52 | 0 | 3E | 2 | 86 | 5E | 3A |
| Octal | 55 | 371 | 136 | 122 | 0 | 76 | 2 | 206 | 136 | 72 |
| Binary | 101101 | 11111001 | 1011110 | 1010010 | 0 | 111110 | 10 | 10000110 | 1011110 | 111010 |
Color Harmonies of #2DF95E
Complementary color
Monochromatic Colors of #2DF95E
Black with #2DF95E
Text Example
Text Example
White with #2DF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF95E; }
p { color: rgb(45,249,94); }
H1.HeaderClassName
{
color: #2DF95E;
}
.AnyTagClassName
{
color: #2DF95E;
}
</style>
background-color css
<style>
a { background-color: #2DF95E; }
a { background-color: rgb(45,249,94); }
div.DivClassName
{
background-color: #2DF95E;
}
.BgClassName
{
background-color: #2DF95E;
}
</style>
border-color css
<style>
span { border-color: #2DF95E; }
span { border-color: rgb(45,249,94); }
td.TdClassName
{
border-color: #2DF95E;
}
.TagClassName
{
border-color: #2DF95E;
}
</style>