Shades of Malachite #2DFE4C
Tints of Malachite #2DFE4C
RGB
CMYK
RGB Variations
Color information
#2DFE4C (or 0x2DFE4C) is known color: Malachite. HEX triplet: 2D, FE and 4C. RGB value is (45,254,76). Sum of RGB (Red+Green+Blue) = 45+254+76=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFE4C is #D201B3. Grayscale: #ABABAB. Windows color (decimal): -13762996 or 5045805. OLE color: 5045805.
HSL color Cylindrical-coordinate representation of color #2DFE4C: hue angle of 128.9º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE4C is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 76 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.00 |
| HSL | 128.9º | 0.99% | 0.59% | - |
| HSV(B) | 128.9º | 0.82% | 1% | - |
| XYZ | 37.83 | 71.96 | 18.73 | - |
| YUV | 171.22 | 74.26 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 76 | 0.82 | 0 | 0.70 | 0.00 | 128.9 | 0.99 | 0.59 |
| Hex | 2D | FE | 4C | 52 | 0 | 46 | 0 | 81 | 63 | 3B |
| Octal | 55 | 376 | 114 | 122 | 0 | 106 | 0 | 201 | 143 | 73 |
| Binary | 101101 | 11111110 | 1001100 | 1010010 | 0 | 1000110 | 0 | 10000001 | 1100011 | 111011 |
Color Harmonies of #2DFE4C
Complementary color
Monochromatic Colors of #2DFE4C
Black with #2DFE4C
Text Example
Text Example
White with #2DFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE4C; }
p { color: rgb(45,254,76); }
H1.HeaderClassName
{
color: #2DFE4C;
}
.AnyTagClassName
{
color: #2DFE4C;
}
</style>
background-color css
<style>
a { background-color: #2DFE4C; }
a { background-color: rgb(45,254,76); }
div.DivClassName
{
background-color: #2DFE4C;
}
.BgClassName
{
background-color: #2DFE4C;
}
</style>
border-color css
<style>
span { border-color: #2DFE4C; }
span { border-color: rgb(45,254,76); }
td.TdClassName
{
border-color: #2DFE4C;
}
.TagClassName
{
border-color: #2DFE4C;
}
</style>