Shades of Malachite #2FF96A
Tints of Malachite #2FF96A
RGB
CMYK
RGB Variations
Color information
#2FF96A (or 0x2FF96A) is known color: Malachite. HEX triplet: 2F, F9 and 6A. RGB value is (47,249,106). Sum of RGB (Red+Green+Blue) = 47+249+106=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF96A is #D00695. Grayscale: #ACACAC. Windows color (decimal): -13633174 or 7010607. OLE color: 7010607.
HSL color Cylindrical-coordinate representation of color #2FF96A: hue angle of 137.52º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF96A is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 106 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.02 |
| HSL | 137.52º | 0.94% | 0.58% | - |
| HSV(B) | 137.52º | 0.81% | 0.98% | - |
| XYZ | 37.65 | 69.4 | 25.05 | - |
| YUV | 172.3 | 90.58 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 106 | 0.81 | 0 | 0.57 | 0.02 | 137.52 | 0.94 | 0.58 |
| Hex | 2F | F9 | 6A | 51 | 0 | 39 | 2 | 8A | 5E | 3A |
| Octal | 57 | 371 | 152 | 121 | 0 | 71 | 2 | 212 | 136 | 72 |
| Binary | 101111 | 11111001 | 1101010 | 1010001 | 0 | 111001 | 10 | 10001010 | 1011110 | 111010 |
Color Harmonies of #2FF96A
Complementary color
Monochromatic Colors of #2FF96A
Black with #2FF96A
Text Example
Text Example
White with #2FF96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF96A; }
p { color: rgb(47,249,106); }
H1.HeaderClassName
{
color: #2FF96A;
}
.AnyTagClassName
{
color: #2FF96A;
}
</style>
background-color css
<style>
a { background-color: #2FF96A; }
a { background-color: rgb(47,249,106); }
div.DivClassName
{
background-color: #2FF96A;
}
.BgClassName
{
background-color: #2FF96A;
}
</style>
border-color css
<style>
span { border-color: #2FF96A; }
span { border-color: rgb(47,249,106); }
td.TdClassName
{
border-color: #2FF96A;
}
.TagClassName
{
border-color: #2FF96A;
}
</style>