Shades of Malachite #2FF155
Tints of Malachite #2FF155
RGB
CMYK
RGB Variations
Color information
#2FF155 (or 0x2FF155) is known color: Malachite. HEX triplet: 2F, F1 and 55. RGB value is (47,241,85). Sum of RGB (Red+Green+Blue) = 47+241+85=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF155 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF155 is #D00EAA. Grayscale: #A5A5A5. Windows color (decimal): -13635243 or 5632303. OLE color: 5632303.
HSL color Cylindrical-coordinate representation of color #2FF155: hue angle of 131.75º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF155 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 85 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.05 |
| HSL | 131.75º | 0.87% | 0.56% | - |
| HSV(B) | 131.75º | 0.8% | 0.95% | - |
| XYZ | 34.27 | 64.17 | 19.17 | - |
| YUV | 165.21 | 82.73 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 85 | 0.80 | 0 | 0.65 | 0.05 | 131.75 | 0.87 | 0.56 |
| Hex | 2F | F1 | 55 | 50 | 0 | 41 | 5 | 84 | 57 | 38 |
| Octal | 57 | 361 | 125 | 120 | 0 | 101 | 5 | 204 | 127 | 70 |
| Binary | 101111 | 11110001 | 1010101 | 1010000 | 0 | 1000001 | 101 | 10000100 | 1010111 | 111000 |
Color Harmonies of #2FF155
Complementary color
Monochromatic Colors of #2FF155
Black with #2FF155
Text Example
Text Example
White with #2FF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF155; }
p { color: rgb(47,241,85); }
H1.HeaderClassName
{
color: #2FF155;
}
.AnyTagClassName
{
color: #2FF155;
}
</style>
background-color css
<style>
a { background-color: #2FF155; }
a { background-color: rgb(47,241,85); }
div.DivClassName
{
background-color: #2FF155;
}
.BgClassName
{
background-color: #2FF155;
}
</style>
border-color css
<style>
span { border-color: #2FF155; }
span { border-color: rgb(47,241,85); }
td.TdClassName
{
border-color: #2FF155;
}
.TagClassName
{
border-color: #2FF155;
}
</style>