Shades of Malachite #2DFA4A
Tints of Malachite #2DFA4A
RGB
CMYK
RGB Variations
Color information
#2DFA4A (or 0x2DFA4A) is known color: Malachite. HEX triplet: 2D, FA and 4A. RGB value is (45,250,74). Sum of RGB (Red+Green+Blue) = 45+250+74=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFA4A is #D205B5. Grayscale: #A9A9A9. Windows color (decimal): -13764022 or 4913709. OLE color: 4913709.
HSL color Cylindrical-coordinate representation of color #2DFA4A: hue angle of 128.49º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA4A is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 74 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.02 |
| HSL | 128.49º | 0.95% | 0.58% | - |
| HSV(B) | 128.49º | 0.82% | 0.98% | - |
| XYZ | 36.5 | 69.42 | 17.95 | - |
| YUV | 168.64 | 74.58 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 74 | 0.82 | 0 | 0.70 | 0.02 | 128.49 | 0.95 | 0.58 |
| Hex | 2D | FA | 4A | 52 | 0 | 46 | 2 | 80 | 5F | 3A |
| Octal | 55 | 372 | 112 | 122 | 0 | 106 | 2 | 200 | 137 | 72 |
| Binary | 101101 | 11111010 | 1001010 | 1010010 | 0 | 1000110 | 10 | 10000000 | 1011111 | 111010 |
Color Harmonies of #2DFA4A
Complementary color
Monochromatic Colors of #2DFA4A
Black with #2DFA4A
Text Example
Text Example
White with #2DFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA4A; }
p { color: rgb(45,250,74); }
H1.HeaderClassName
{
color: #2DFA4A;
}
.AnyTagClassName
{
color: #2DFA4A;
}
</style>
background-color css
<style>
a { background-color: #2DFA4A; }
a { background-color: rgb(45,250,74); }
div.DivClassName
{
background-color: #2DFA4A;
}
.BgClassName
{
background-color: #2DFA4A;
}
</style>
border-color css
<style>
span { border-color: #2DFA4A; }
span { border-color: rgb(45,250,74); }
td.TdClassName
{
border-color: #2DFA4A;
}
.TagClassName
{
border-color: #2DFA4A;
}
</style>