Shades of Malachite #2DFD4A
Tints of Malachite #2DFD4A
RGB
CMYK
RGB Variations
Color information
#2DFD4A (or 0x2DFD4A) is known color: Malachite. HEX triplet: 2D, FD and 4A. RGB value is (45,253,74). Sum of RGB (Red+Green+Blue) = 45+253+74=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 253 (99.22% from 255 or 68.01% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFD4A is #D202B5. Grayscale: #AAAAAA. Windows color (decimal): -13763254 or 4914477. OLE color: 4914477.
HSL color Cylindrical-coordinate representation of color #2DFD4A: hue angle of 128.37º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFD4A is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 74 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.01 |
| HSL | 128.37º | 0.98% | 0.58% | - |
| HSV(B) | 128.37º | 0.82% | 0.99% | - |
| XYZ | 37.44 | 71.3 | 18.27 | - |
| YUV | 170.4 | 73.59 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 74 | 0.82 | 0 | 0.71 | 0.01 | 128.37 | 0.98 | 0.58 |
| Hex | 2D | FD | 4A | 52 | 0 | 47 | 1 | 80 | 62 | 3A |
| Octal | 55 | 375 | 112 | 122 | 0 | 107 | 1 | 200 | 142 | 72 |
| Binary | 101101 | 11111101 | 1001010 | 1010010 | 0 | 1000111 | 1 | 10000000 | 1100010 | 111010 |
Color Harmonies of #2DFD4A
Complementary color
Monochromatic Colors of #2DFD4A
Black with #2DFD4A
Text Example
Text Example
White with #2DFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD4A; }
p { color: rgb(45,253,74); }
H1.HeaderClassName
{
color: #2DFD4A;
}
.AnyTagClassName
{
color: #2DFD4A;
}
</style>
background-color css
<style>
a { background-color: #2DFD4A; }
a { background-color: rgb(45,253,74); }
div.DivClassName
{
background-color: #2DFD4A;
}
.BgClassName
{
background-color: #2DFD4A;
}
</style>
border-color css
<style>
span { border-color: #2DFD4A; }
span { border-color: rgb(45,253,74); }
td.TdClassName
{
border-color: #2DFD4A;
}
.TagClassName
{
border-color: #2DFD4A;
}
</style>