Shades of Malachite #2DF94F
Tints of Malachite #2DF94F
RGB
CMYK
RGB Variations
Color information
#2DF94F (or 0x2DF94F) is known color: Malachite. HEX triplet: 2D, F9 and 4F. RGB value is (45,249,79). Sum of RGB (Red+Green+Blue) = 45+249+79=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 249 (97.66% from 255 or 66.76% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF94F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF94F is #D206B0. Grayscale: #A9A9A9. Windows color (decimal): -13764273 or 5241133. OLE color: 5241133.
HSL color Cylindrical-coordinate representation of color #2DF94F: hue angle of 130º 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 #2DF94F is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 79 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.02 |
| HSL | 130º | 0.94% | 0.58% | - |
| HSV(B) | 130º | 0.82% | 0.98% | - |
| XYZ | 36.37 | 68.87 | 18.77 | - |
| YUV | 168.62 | 77.41 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 79 | 0.82 | 0 | 0.68 | 0.02 | 130 | 0.94 | 0.58 |
| Hex | 2D | F9 | 4F | 52 | 0 | 44 | 2 | 82 | 5E | 3A |
| Octal | 55 | 371 | 117 | 122 | 0 | 104 | 2 | 202 | 136 | 72 |
| Binary | 101101 | 11111001 | 1001111 | 1010010 | 0 | 1000100 | 10 | 10000010 | 1011110 | 111010 |
Color Harmonies of #2DF94F
Complementary color
Monochromatic Colors of #2DF94F
Black with #2DF94F
Text Example
Text Example
White with #2DF94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF94F; }
p { color: rgb(45,249,79); }
H1.HeaderClassName
{
color: #2DF94F;
}
.AnyTagClassName
{
color: #2DF94F;
}
</style>
background-color css
<style>
a { background-color: #2DF94F; }
a { background-color: rgb(45,249,79); }
div.DivClassName
{
background-color: #2DF94F;
}
.BgClassName
{
background-color: #2DF94F;
}
</style>
border-color css
<style>
span { border-color: #2DF94F; }
span { border-color: rgb(45,249,79); }
td.TdClassName
{
border-color: #2DF94F;
}
.TagClassName
{
border-color: #2DF94F;
}
</style>