Shades of Malachite #2FE362
Tints of Malachite #2FE362
RGB
CMYK
RGB Variations
Color information
#2FE362 (or 0x2FE362) is known color: Malachite. HEX triplet: 2F, E3 and 62. RGB value is (47,227,98). Sum of RGB (Red+Green+Blue) = 47+227+98=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 227 (89.06% from 255 or 61.02% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE362 is #D01C9D. Grayscale: #9E9E9E. Windows color (decimal): -13638814 or 6480687. OLE color: 6480687.
HSL color Cylindrical-coordinate representation of color #2FE362: hue angle of 137º degrees, saturation: 0.76, 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 #2FE362 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 98 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.11 |
| HSL | 137º | 0.76% | 0.54% | - |
| HSV(B) | 137º | 0.79% | 0.89% | - |
| XYZ | 30.85 | 56.42 | 20.82 | - |
| YUV | 158.47 | 93.87 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 98 | 0.79 | 0 | 0.57 | 0.11 | 137 | 0.76 | 0.54 |
| Hex | 2F | E3 | 62 | 4F | 0 | 39 | B | 89 | 4C | 36 |
| Octal | 57 | 343 | 142 | 117 | 0 | 71 | 13 | 211 | 114 | 66 |
| Binary | 101111 | 11100011 | 1100010 | 1001111 | 0 | 111001 | 1011 | 10001001 | 1001100 | 110110 |
Color Harmonies of #2FE362
Complementary color
Monochromatic Colors of #2FE362
Black with #2FE362
Text Example
Text Example
White with #2FE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE362; }
p { color: rgb(47,227,98); }
H1.HeaderClassName
{
color: #2FE362;
}
.AnyTagClassName
{
color: #2FE362;
}
</style>
background-color css
<style>
a { background-color: #2FE362; }
a { background-color: rgb(47,227,98); }
div.DivClassName
{
background-color: #2FE362;
}
.BgClassName
{
background-color: #2FE362;
}
</style>
border-color css
<style>
span { border-color: #2FE362; }
span { border-color: rgb(47,227,98); }
td.TdClassName
{
border-color: #2FE362;
}
.TagClassName
{
border-color: #2FE362;
}
</style>