Shades of Malachite #2DF36E
Tints of Malachite #2DF36E
RGB
CMYK
RGB Variations
Color information
#2DF36E (or 0x2DF36E) is known color: Malachite. HEX triplet: 2D, F3 and 6E. RGB value is (45,243,110). Sum of RGB (Red+Green+Blue) = 45+243+110=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 243 (95.31% from 255 or 61.06% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF36E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF36E is #D20C91. Grayscale: #A8A8A8. Windows color (decimal): -13765778 or 7271213. OLE color: 7271213.
HSL color Cylindrical-coordinate representation of color #2DF36E: hue angle of 139.7º 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 #2DF36E is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 110 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.05 |
| HSL | 139.7º | 0.89% | 0.56% | - |
| HSV(B) | 139.7º | 0.81% | 0.95% | - |
| XYZ | 35.95 | 65.78 | 25.55 | - |
| YUV | 168.64 | 94.9 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 110 | 0.81 | 0 | 0.55 | 0.05 | 139.7 | 0.89 | 0.56 |
| Hex | 2D | F3 | 6E | 51 | 0 | 37 | 5 | 8C | 59 | 38 |
| Octal | 55 | 363 | 156 | 121 | 0 | 67 | 5 | 214 | 131 | 70 |
| Binary | 101101 | 11110011 | 1101110 | 1010001 | 0 | 110111 | 101 | 10001100 | 1011001 | 111000 |
Color Harmonies of #2DF36E
Complementary color
Monochromatic Colors of #2DF36E
Black with #2DF36E
Text Example
Text Example
White with #2DF36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF36E; }
p { color: rgb(45,243,110); }
H1.HeaderClassName
{
color: #2DF36E;
}
.AnyTagClassName
{
color: #2DF36E;
}
</style>
background-color css
<style>
a { background-color: #2DF36E; }
a { background-color: rgb(45,243,110); }
div.DivClassName
{
background-color: #2DF36E;
}
.BgClassName
{
background-color: #2DF36E;
}
</style>
border-color css
<style>
span { border-color: #2DF36E; }
span { border-color: rgb(45,243,110); }
td.TdClassName
{
border-color: #2DF36E;
}
.TagClassName
{
border-color: #2DF36E;
}
</style>