Shades of Malachite #2DF45C
Tints of Malachite #2DF45C
RGB
CMYK
RGB Variations
Color information
#2DF45C (or 0x2DF45C) is known color: Malachite. HEX triplet: 2D, F4 and 5C. RGB value is (45,244,92). Sum of RGB (Red+Green+Blue) = 45+244+92=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 244 (95.70% from 255 or 64.04% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF45C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF45C is #D20BA3. Grayscale: #A7A7A7. Windows color (decimal): -13765540 or 6091821. OLE color: 6091821.
HSL color Cylindrical-coordinate representation of color #2DF45C: hue angle of 134.17º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF45C is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 92 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.04 |
| HSL | 134.17º | 0.9% | 0.57% | - |
| HSV(B) | 134.17º | 0.82% | 0.96% | - |
| XYZ | 35.36 | 66.03 | 21.01 | - |
| YUV | 167.17 | 85.57 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 92 | 0.82 | 0 | 0.62 | 0.04 | 134.17 | 0.9 | 0.57 |
| Hex | 2D | F4 | 5C | 52 | 0 | 3E | 4 | 86 | 5A | 39 |
| Octal | 55 | 364 | 134 | 122 | 0 | 76 | 4 | 206 | 132 | 71 |
| Binary | 101101 | 11110100 | 1011100 | 1010010 | 0 | 111110 | 100 | 10000110 | 1011010 | 111001 |
Color Harmonies of #2DF45C
Complementary color
Monochromatic Colors of #2DF45C
Black with #2DF45C
Text Example
Text Example
White with #2DF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF45C; }
p { color: rgb(45,244,92); }
H1.HeaderClassName
{
color: #2DF45C;
}
.AnyTagClassName
{
color: #2DF45C;
}
</style>
background-color css
<style>
a { background-color: #2DF45C; }
a { background-color: rgb(45,244,92); }
div.DivClassName
{
background-color: #2DF45C;
}
.BgClassName
{
background-color: #2DF45C;
}
</style>
border-color css
<style>
span { border-color: #2DF45C; }
span { border-color: rgb(45,244,92); }
td.TdClassName
{
border-color: #2DF45C;
}
.TagClassName
{
border-color: #2DF45C;
}
</style>