Shades of Malachite #2DE35C
Tints of Malachite #2DE35C
RGB
CMYK
RGB Variations
Color information
#2DE35C (or 0x2DE35C) is known color: Malachite. HEX triplet: 2D, E3 and 5C. RGB value is (45,227,92). Sum of RGB (Red+Green+Blue) = 45+227+92=364 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.36% from 364); Green value is 227 (89.06% from 255 or 62.36% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE35C is #D21CA3. Grayscale: #9D9D9D. Windows color (decimal): -13769892 or 6087469. OLE color: 6087469.
HSL color Cylindrical-coordinate representation of color #2DE35C: hue angle of 135.49º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE35C is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 227 | 92 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.11 |
| HSL | 135.49º | 0.76% | 0.53% | - |
| HSV(B) | 135.49º | 0.8% | 0.89% | - |
| XYZ | 30.48 | 56.27 | 19.38 | - |
| YUV | 157.19 | 91.2 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 227 | 92 | 0.80 | 0 | 0.59 | 0.11 | 135.49 | 0.76 | 0.53 |
| Hex | 2D | E3 | 5C | 50 | 0 | 3B | B | 87 | 4C | 35 |
| Octal | 55 | 343 | 134 | 120 | 0 | 73 | 13 | 207 | 114 | 65 |
| Binary | 101101 | 11100011 | 1011100 | 1010000 | 0 | 111011 | 1011 | 10000111 | 1001100 | 110101 |
Color Harmonies of #2DE35C
Complementary color
Monochromatic Colors of #2DE35C
Black with #2DE35C
Text Example
Text Example
White with #2DE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE35C; }
p { color: rgb(45,227,92); }
H1.HeaderClassName
{
color: #2DE35C;
}
.AnyTagClassName
{
color: #2DE35C;
}
</style>
background-color css
<style>
a { background-color: #2DE35C; }
a { background-color: rgb(45,227,92); }
div.DivClassName
{
background-color: #2DE35C;
}
.BgClassName
{
background-color: #2DE35C;
}
</style>
border-color css
<style>
span { border-color: #2DE35C; }
span { border-color: rgb(45,227,92); }
td.TdClassName
{
border-color: #2DE35C;
}
.TagClassName
{
border-color: #2DE35C;
}
</style>