Shades of Malachite #2DE263
Tints of Malachite #2DE263
RGB
CMYK
RGB Variations
Color information
#2DE263 (or 0x2DE263) is known color: Malachite. HEX triplet: 2D, E2 and 63. RGB value is (45,226,99). Sum of RGB (Red+Green+Blue) = 45+226+99=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 226 (88.67% from 255 or 61.08% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE263 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE263 is #D21D9C. Grayscale: #9D9D9D. Windows color (decimal): -13770141 or 6545965. OLE color: 6545965.
HSL color Cylindrical-coordinate representation of color #2DE263: hue angle of 137.9º 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 #2DE263 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 99 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.11 |
| HSL | 137.9º | 0.76% | 0.53% | - |
| HSV(B) | 137.9º | 0.8% | 0.89% | - |
| XYZ | 30.53 | 55.85 | 20.98 | - |
| YUV | 157.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 99 | 0.80 | 0 | 0.56 | 0.11 | 137.9 | 0.76 | 0.53 |
| Hex | 2D | E2 | 63 | 50 | 0 | 38 | B | 8A | 4C | 35 |
| Octal | 55 | 342 | 143 | 120 | 0 | 70 | 13 | 212 | 114 | 65 |
| Binary | 101101 | 11100010 | 1100011 | 1010000 | 0 | 111000 | 1011 | 10001010 | 1001100 | 110101 |
Color Harmonies of #2DE263
Complementary color
Monochromatic Colors of #2DE263
Black with #2DE263
Text Example
Text Example
White with #2DE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE263; }
p { color: rgb(45,226,99); }
H1.HeaderClassName
{
color: #2DE263;
}
.AnyTagClassName
{
color: #2DE263;
}
</style>
background-color css
<style>
a { background-color: #2DE263; }
a { background-color: rgb(45,226,99); }
div.DivClassName
{
background-color: #2DE263;
}
.BgClassName
{
background-color: #2DE263;
}
</style>
border-color css
<style>
span { border-color: #2DE263; }
span { border-color: rgb(45,226,99); }
td.TdClassName
{
border-color: #2DE263;
}
.TagClassName
{
border-color: #2DE263;
}
</style>