Shades of Malachite #2FE960
Tints of Malachite #2FE960
RGB
CMYK
RGB Variations
Color information
#2FE960 (or 0x2FE960) is known color: Malachite. HEX triplet: 2F, E9 and 60. RGB value is (47,233,96). Sum of RGB (Red+Green+Blue) = 47+233+96=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE960 is #D0169F. Grayscale: #A2A2A2. Windows color (decimal): -13637280 or 6351151. OLE color: 6351151.
HSL color Cylindrical-coordinate representation of color #2FE960: hue angle of 135.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE960 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 96 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.09 |
| HSL | 135.81º | 0.81% | 0.55% | - |
| HSV(B) | 135.81º | 0.8% | 0.91% | - |
| XYZ | 32.42 | 59.73 | 20.89 | - |
| YUV | 161.77 | 90.88 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 96 | 0.80 | 0 | 0.59 | 0.09 | 135.81 | 0.81 | 0.55 |
| Hex | 2F | E9 | 60 | 50 | 0 | 3B | 9 | 88 | 51 | 37 |
| Octal | 57 | 351 | 140 | 120 | 0 | 73 | 11 | 210 | 121 | 67 |
| Binary | 101111 | 11101001 | 1100000 | 1010000 | 0 | 111011 | 1001 | 10001000 | 1010001 | 110111 |
Color Harmonies of #2FE960
Complementary color
Monochromatic Colors of #2FE960
Black with #2FE960
Text Example
Text Example
White with #2FE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE960; }
p { color: rgb(47,233,96); }
H1.HeaderClassName
{
color: #2FE960;
}
.AnyTagClassName
{
color: #2FE960;
}
</style>
background-color css
<style>
a { background-color: #2FE960; }
a { background-color: rgb(47,233,96); }
div.DivClassName
{
background-color: #2FE960;
}
.BgClassName
{
background-color: #2FE960;
}
</style>
border-color css
<style>
span { border-color: #2FE960; }
span { border-color: rgb(47,233,96); }
td.TdClassName
{
border-color: #2FE960;
}
.TagClassName
{
border-color: #2FE960;
}
</style>