Shades of Malachite #2FF153
Tints of Malachite #2FF153
RGB
CMYK
RGB Variations
Color information
#2FF153 (or 0x2FF153) is known color: Malachite. HEX triplet: 2F, F1 and 53. RGB value is (47,241,83). Sum of RGB (Red+Green+Blue) = 47+241+83=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF153 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF153 is #D00EAC. Grayscale: #A5A5A5. Windows color (decimal): -13635245 or 5501231. OLE color: 5501231.
HSL color Cylindrical-coordinate representation of color #2FF153: hue angle of 131.13º 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 #2FF153 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 83 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.05 |
| HSL | 131.13º | 0.87% | 0.56% | - |
| HSV(B) | 131.13º | 0.8% | 0.95% | - |
| XYZ | 34.19 | 64.14 | 18.76 | - |
| YUV | 164.98 | 81.73 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 83 | 0.80 | 0 | 0.66 | 0.05 | 131.13 | 0.87 | 0.56 |
| Hex | 2F | F1 | 53 | 50 | 0 | 42 | 5 | 83 | 57 | 38 |
| Octal | 57 | 361 | 123 | 120 | 0 | 102 | 5 | 203 | 127 | 70 |
| Binary | 101111 | 11110001 | 1010011 | 1010000 | 0 | 1000010 | 101 | 10000011 | 1010111 | 111000 |
Color Harmonies of #2FF153
Complementary color
Monochromatic Colors of #2FF153
Black with #2FF153
Text Example
Text Example
White with #2FF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF153; }
p { color: rgb(47,241,83); }
H1.HeaderClassName
{
color: #2FF153;
}
.AnyTagClassName
{
color: #2FF153;
}
</style>
background-color css
<style>
a { background-color: #2FF153; }
a { background-color: rgb(47,241,83); }
div.DivClassName
{
background-color: #2FF153;
}
.BgClassName
{
background-color: #2FF153;
}
</style>
border-color css
<style>
span { border-color: #2FF153; }
span { border-color: rgb(47,241,83); }
td.TdClassName
{
border-color: #2FF153;
}
.TagClassName
{
border-color: #2FF153;
}
</style>