Shades of Malachite #2DFC4A
Tints of Malachite #2DFC4A
RGB
CMYK
RGB Variations
Color information
#2DFC4A (or 0x2DFC4A) is known color: Malachite. HEX triplet: 2D, FC and 4A. RGB value is (45,252,74). Sum of RGB (Red+Green+Blue) = 45+252+74=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC4A is #D203B5. Grayscale: #AAAAAA. Windows color (decimal): -13763510 or 4914221. OLE color: 4914221.
HSL color Cylindrical-coordinate representation of color #2DFC4A: hue angle of 128.41º degrees, saturation: 0.97, 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 #2DFC4A is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 74 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.01 |
| HSL | 128.41º | 0.97% | 0.58% | - |
| HSV(B) | 128.41º | 0.82% | 0.99% | - |
| XYZ | 37.13 | 70.67 | 18.16 | - |
| YUV | 169.82 | 73.92 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 74 | 0.82 | 0 | 0.71 | 0.01 | 128.41 | 0.97 | 0.58 |
| Hex | 2D | FC | 4A | 52 | 0 | 47 | 1 | 80 | 61 | 3A |
| Octal | 55 | 374 | 112 | 122 | 0 | 107 | 1 | 200 | 141 | 72 |
| Binary | 101101 | 11111100 | 1001010 | 1010010 | 0 | 1000111 | 1 | 10000000 | 1100001 | 111010 |
Color Harmonies of #2DFC4A
Complementary color
Monochromatic Colors of #2DFC4A
Black with #2DFC4A
Text Example
Text Example
White with #2DFC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC4A; }
p { color: rgb(45,252,74); }
H1.HeaderClassName
{
color: #2DFC4A;
}
.AnyTagClassName
{
color: #2DFC4A;
}
</style>
background-color css
<style>
a { background-color: #2DFC4A; }
a { background-color: rgb(45,252,74); }
div.DivClassName
{
background-color: #2DFC4A;
}
.BgClassName
{
background-color: #2DFC4A;
}
</style>
border-color css
<style>
span { border-color: #2DFC4A; }
span { border-color: rgb(45,252,74); }
td.TdClassName
{
border-color: #2DFC4A;
}
.TagClassName
{
border-color: #2DFC4A;
}
</style>