Shades of Malachite #2DF84F
Tints of Malachite #2DF84F
RGB
CMYK
RGB Variations
Color information
#2DF84F (or 0x2DF84F) is known color: Malachite. HEX triplet: 2D, F8 and 4F. RGB value is (45,248,79). Sum of RGB (Red+Green+Blue) = 45+248+79=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 248 (97.27% from 255 or 66.67% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF84F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF84F is #D207B0. Grayscale: #A8A8A8. Windows color (decimal): -13764529 or 5240877. OLE color: 5240877.
HSL color Cylindrical-coordinate representation of color #2DF84F: hue angle of 130.05º degrees, saturation: 0.94, 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 #2DF84F is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 79 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.03 |
| HSL | 130.05º | 0.94% | 0.57% | - |
| HSV(B) | 130.05º | 0.82% | 0.97% | - |
| XYZ | 36.06 | 68.26 | 18.67 | - |
| YUV | 168.04 | 77.75 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 79 | 0.82 | 0 | 0.68 | 0.03 | 130.05 | 0.94 | 0.57 |
| Hex | 2D | F8 | 4F | 52 | 0 | 44 | 3 | 82 | 5E | 39 |
| Octal | 55 | 370 | 117 | 122 | 0 | 104 | 3 | 202 | 136 | 71 |
| Binary | 101101 | 11111000 | 1001111 | 1010010 | 0 | 1000100 | 11 | 10000010 | 1011110 | 111001 |
Color Harmonies of #2DF84F
Complementary color
Monochromatic Colors of #2DF84F
Black with #2DF84F
Text Example
Text Example
White with #2DF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF84F; }
p { color: rgb(45,248,79); }
H1.HeaderClassName
{
color: #2DF84F;
}
.AnyTagClassName
{
color: #2DF84F;
}
</style>
background-color css
<style>
a { background-color: #2DF84F; }
a { background-color: rgb(45,248,79); }
div.DivClassName
{
background-color: #2DF84F;
}
.BgClassName
{
background-color: #2DF84F;
}
</style>
border-color css
<style>
span { border-color: #2DF84F; }
span { border-color: rgb(45,248,79); }
td.TdClassName
{
border-color: #2DF84F;
}
.TagClassName
{
border-color: #2DF84F;
}
</style>