Shades of Malachite #2FF06A
Tints of Malachite #2FF06A
RGB
CMYK
RGB Variations
Color information
#2FF06A (or 0x2FF06A) is known color: Malachite. HEX triplet: 2F, F0 and 6A. RGB value is (47,240,106). Sum of RGB (Red+Green+Blue) = 47+240+106=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF06A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF06A is #D00F95. Grayscale: #A7A7A7. Windows color (decimal): -13635478 or 7008303. OLE color: 7008303.
HSL color Cylindrical-coordinate representation of color #2FF06A: hue angle of 138.34º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF06A is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 106 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.06 |
| HSL | 138.34º | 0.87% | 0.56% | - |
| HSV(B) | 138.34º | 0.8% | 0.94% | - |
| XYZ | 34.93 | 63.97 | 24.14 | - |
| YUV | 167.02 | 93.56 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 106 | 0.80 | 0 | 0.56 | 0.06 | 138.34 | 0.87 | 0.56 |
| Hex | 2F | F0 | 6A | 50 | 0 | 38 | 6 | 8A | 57 | 38 |
| Octal | 57 | 360 | 152 | 120 | 0 | 70 | 6 | 212 | 127 | 70 |
| Binary | 101111 | 11110000 | 1101010 | 1010000 | 0 | 111000 | 110 | 10001010 | 1010111 | 111000 |
Color Harmonies of #2FF06A
Complementary color
Monochromatic Colors of #2FF06A
Black with #2FF06A
Text Example
Text Example
White with #2FF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF06A; }
p { color: rgb(47,240,106); }
H1.HeaderClassName
{
color: #2FF06A;
}
.AnyTagClassName
{
color: #2FF06A;
}
</style>
background-color css
<style>
a { background-color: #2FF06A; }
a { background-color: rgb(47,240,106); }
div.DivClassName
{
background-color: #2FF06A;
}
.BgClassName
{
background-color: #2FF06A;
}
</style>
border-color css
<style>
span { border-color: #2FF06A; }
span { border-color: rgb(47,240,106); }
td.TdClassName
{
border-color: #2FF06A;
}
.TagClassName
{
border-color: #2FF06A;
}
</style>