Shades of Malachite #2FE45A
Tints of Malachite #2FE45A
RGB
CMYK
RGB Variations
Color information
#2FE45A (or 0x2FE45A) is known color: Malachite. HEX triplet: 2F, E4 and 5A. RGB value is (47,228,90). Sum of RGB (Red+Green+Blue) = 47+228+90=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 228 (89.45% from 255 or 62.47% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE45A is #D01BA5. Grayscale: #9E9E9E. Windows color (decimal): -13638566 or 5956655. OLE color: 5956655.
HSL color Cylindrical-coordinate representation of color #2FE45A: hue angle of 134.25º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE45A is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 90 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.11 |
| HSL | 134.25º | 0.77% | 0.54% | - |
| HSV(B) | 134.25º | 0.79% | 0.89% | - |
| XYZ | 30.76 | 56.83 | 19.02 | - |
| YUV | 158.15 | 89.53 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 90 | 0.79 | 0 | 0.61 | 0.11 | 134.25 | 0.77 | 0.54 |
| Hex | 2F | E4 | 5A | 4F | 0 | 3D | B | 86 | 4D | 36 |
| Octal | 57 | 344 | 132 | 117 | 0 | 75 | 13 | 206 | 115 | 66 |
| Binary | 101111 | 11100100 | 1011010 | 1001111 | 0 | 111101 | 1011 | 10000110 | 1001101 | 110110 |
Color Harmonies of #2FE45A
Complementary color
Monochromatic Colors of #2FE45A
Black with #2FE45A
Text Example
Text Example
White with #2FE45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE45A; }
p { color: rgb(47,228,90); }
H1.HeaderClassName
{
color: #2FE45A;
}
.AnyTagClassName
{
color: #2FE45A;
}
</style>
background-color css
<style>
a { background-color: #2FE45A; }
a { background-color: rgb(47,228,90); }
div.DivClassName
{
background-color: #2FE45A;
}
.BgClassName
{
background-color: #2FE45A;
}
</style>
border-color css
<style>
span { border-color: #2FE45A; }
span { border-color: rgb(47,228,90); }
td.TdClassName
{
border-color: #2FE45A;
}
.TagClassName
{
border-color: #2FE45A;
}
</style>