Shades of Malachite #2FF452
Tints of Malachite #2FF452
RGB
CMYK
RGB Variations
Color information
#2FF452 (or 0x2FF452) is known color: Malachite. HEX triplet: 2F, F4 and 52. RGB value is (47,244,82). Sum of RGB (Red+Green+Blue) = 47+244+82=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF452 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF452 is #D00BAD. Grayscale: #A7A7A7. Windows color (decimal): -13634478 or 5436463. OLE color: 5436463.
HSL color Cylindrical-coordinate representation of color #2FF452: hue angle of 130.66º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF452 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 82 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.04 |
| HSL | 130.66º | 0.9% | 0.57% | - |
| HSV(B) | 130.66º | 0.81% | 0.96% | - |
| XYZ | 35.05 | 65.91 | 18.86 | - |
| YUV | 166.63 | 80.23 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 82 | 0.81 | 0 | 0.66 | 0.04 | 130.66 | 0.9 | 0.57 |
| Hex | 2F | F4 | 52 | 51 | 0 | 42 | 4 | 83 | 5A | 39 |
| Octal | 57 | 364 | 122 | 121 | 0 | 102 | 4 | 203 | 132 | 71 |
| Binary | 101111 | 11110100 | 1010010 | 1010001 | 0 | 1000010 | 100 | 10000011 | 1011010 | 111001 |
Color Harmonies of #2FF452
Complementary color
Monochromatic Colors of #2FF452
Black with #2FF452
Text Example
Text Example
White with #2FF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF452; }
p { color: rgb(47,244,82); }
H1.HeaderClassName
{
color: #2FF452;
}
.AnyTagClassName
{
color: #2FF452;
}
</style>
background-color css
<style>
a { background-color: #2FF452; }
a { background-color: rgb(47,244,82); }
div.DivClassName
{
background-color: #2FF452;
}
.BgClassName
{
background-color: #2FF452;
}
</style>
border-color css
<style>
span { border-color: #2FF452; }
span { border-color: rgb(47,244,82); }
td.TdClassName
{
border-color: #2FF452;
}
.TagClassName
{
border-color: #2FF452;
}
</style>