Shades of Malachite #2FF06B
Tints of Malachite #2FF06B
RGB
CMYK
RGB Variations
Color information
#2FF06B (or 0x2FF06B) is known color: Malachite. HEX triplet: 2F, F0 and 6B. RGB value is (47,240,107). Sum of RGB (Red+Green+Blue) = 47+240+107=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 240 (94.14% from 255 or 60.91% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF06B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF06B is #D00F94. Grayscale: #A7A7A7. Windows color (decimal): -13635477 or 7073839. OLE color: 7073839.
HSL color Cylindrical-coordinate representation of color #2FF06B: hue angle of 138.65º 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 #2FF06B is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 107 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.06 |
| HSL | 138.65º | 0.87% | 0.56% | - |
| HSV(B) | 138.65º | 0.8% | 0.94% | - |
| XYZ | 34.99 | 63.99 | 24.42 | - |
| YUV | 167.13 | 94.06 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 107 | 0.80 | 0 | 0.55 | 0.06 | 138.65 | 0.87 | 0.56 |
| Hex | 2F | F0 | 6B | 50 | 0 | 37 | 6 | 8B | 57 | 38 |
| Octal | 57 | 360 | 153 | 120 | 0 | 67 | 6 | 213 | 127 | 70 |
| Binary | 101111 | 11110000 | 1101011 | 1010000 | 0 | 110111 | 110 | 10001011 | 1010111 | 111000 |
Color Harmonies of #2FF06B
Complementary color
Monochromatic Colors of #2FF06B
Black with #2FF06B
Text Example
Text Example
White with #2FF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF06B; }
p { color: rgb(47,240,107); }
H1.HeaderClassName
{
color: #2FF06B;
}
.AnyTagClassName
{
color: #2FF06B;
}
</style>
background-color css
<style>
a { background-color: #2FF06B; }
a { background-color: rgb(47,240,107); }
div.DivClassName
{
background-color: #2FF06B;
}
.BgClassName
{
background-color: #2FF06B;
}
</style>
border-color css
<style>
span { border-color: #2FF06B; }
span { border-color: rgb(47,240,107); }
td.TdClassName
{
border-color: #2FF06B;
}
.TagClassName
{
border-color: #2FF06B;
}
</style>