Shades of Malachite #2DE262
Tints of Malachite #2DE262
RGB
CMYK
RGB Variations
Color information
#2DE262 (or 0x2DE262) is known color: Malachite. HEX triplet: 2D, E2 and 62. RGB value is (45,226,98). Sum of RGB (Red+Green+Blue) = 45+226+98=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 226 (88.67% from 255 or 61.25% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE262 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE262 is #D21D9D. Grayscale: #9D9D9D. Windows color (decimal): -13770142 or 6480429. OLE color: 6480429.
HSL color Cylindrical-coordinate representation of color #2DE262: hue angle of 137.57º 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 #2DE262 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 98 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.11 |
| HSL | 137.57º | 0.76% | 0.53% | - |
| HSV(B) | 137.57º | 0.8% | 0.89% | - |
| XYZ | 30.48 | 55.83 | 20.73 | - |
| YUV | 157.29 | 94.53 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 98 | 0.80 | 0 | 0.57 | 0.11 | 137.57 | 0.76 | 0.53 |
| Hex | 2D | E2 | 62 | 50 | 0 | 39 | B | 8A | 4C | 35 |
| Octal | 55 | 342 | 142 | 120 | 0 | 71 | 13 | 212 | 114 | 65 |
| Binary | 101101 | 11100010 | 1100010 | 1010000 | 0 | 111001 | 1011 | 10001010 | 1001100 | 110101 |
Color Harmonies of #2DE262
Complementary color
Monochromatic Colors of #2DE262
Black with #2DE262
Text Example
Text Example
White with #2DE262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE262; }
p { color: rgb(45,226,98); }
H1.HeaderClassName
{
color: #2DE262;
}
.AnyTagClassName
{
color: #2DE262;
}
</style>
background-color css
<style>
a { background-color: #2DE262; }
a { background-color: rgb(45,226,98); }
div.DivClassName
{
background-color: #2DE262;
}
.BgClassName
{
background-color: #2DE262;
}
</style>
border-color css
<style>
span { border-color: #2DE262; }
span { border-color: rgb(45,226,98); }
td.TdClassName
{
border-color: #2DE262;
}
.TagClassName
{
border-color: #2DE262;
}
</style>