Shades of Malachite #2DF360
Tints of Malachite #2DF360
RGB
CMYK
RGB Variations
Color information
#2DF360 (or 0x2DF360) is known color: Malachite. HEX triplet: 2D, F3 and 60. RGB value is (45,243,96). Sum of RGB (Red+Green+Blue) = 45+243+96=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 243 (95.31% from 255 or 63.28% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF360 is #D20C9F. Grayscale: #A7A7A7. Windows color (decimal): -13765792 or 6353709. OLE color: 6353709.
HSL color Cylindrical-coordinate representation of color #2DF360: hue angle of 135.45º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF360 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 96 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.05 |
| HSL | 135.45º | 0.89% | 0.56% | - |
| HSV(B) | 135.45º | 0.81% | 0.95% | - |
| XYZ | 35.24 | 65.5 | 21.85 | - |
| YUV | 167.04 | 87.9 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 96 | 0.81 | 0 | 0.60 | 0.05 | 135.45 | 0.89 | 0.56 |
| Hex | 2D | F3 | 60 | 51 | 0 | 3C | 5 | 87 | 59 | 38 |
| Octal | 55 | 363 | 140 | 121 | 0 | 74 | 5 | 207 | 131 | 70 |
| Binary | 101101 | 11110011 | 1100000 | 1010001 | 0 | 111100 | 101 | 10000111 | 1011001 | 111000 |
Color Harmonies of #2DF360
Complementary color
Monochromatic Colors of #2DF360
Black with #2DF360
Text Example
Text Example
White with #2DF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF360; }
p { color: rgb(45,243,96); }
H1.HeaderClassName
{
color: #2DF360;
}
.AnyTagClassName
{
color: #2DF360;
}
</style>
background-color css
<style>
a { background-color: #2DF360; }
a { background-color: rgb(45,243,96); }
div.DivClassName
{
background-color: #2DF360;
}
.BgClassName
{
background-color: #2DF360;
}
</style>
border-color css
<style>
span { border-color: #2DF360; }
span { border-color: rgb(45,243,96); }
td.TdClassName
{
border-color: #2DF360;
}
.TagClassName
{
border-color: #2DF360;
}
</style>