Shades of Malachite #2FF255
Tints of Malachite #2FF255
RGB
CMYK
RGB Variations
Color information
#2FF255 (or 0x2FF255) is known color: Malachite. HEX triplet: 2F, F2 and 55. RGB value is (47,242,85). Sum of RGB (Red+Green+Blue) = 47+242+85=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF255 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF255 is #D00DAA. Grayscale: #A6A6A6. Windows color (decimal): -13634987 or 5632559. OLE color: 5632559.
HSL color Cylindrical-coordinate representation of color #2FF255: hue angle of 131.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF255 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 85 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.05 |
| HSL | 131.69º | 0.88% | 0.57% | - |
| HSV(B) | 131.69º | 0.81% | 0.95% | - |
| XYZ | 34.56 | 64.76 | 19.27 | - |
| YUV | 165.8 | 82.4 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 85 | 0.81 | 0 | 0.65 | 0.05 | 131.69 | 0.88 | 0.57 |
| Hex | 2F | F2 | 55 | 51 | 0 | 41 | 5 | 84 | 58 | 39 |
| Octal | 57 | 362 | 125 | 121 | 0 | 101 | 5 | 204 | 130 | 71 |
| Binary | 101111 | 11110010 | 1010101 | 1010001 | 0 | 1000001 | 101 | 10000100 | 1011000 | 111001 |
Color Harmonies of #2FF255
Complementary color
Monochromatic Colors of #2FF255
Black with #2FF255
Text Example
Text Example
White with #2FF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF255; }
p { color: rgb(47,242,85); }
H1.HeaderClassName
{
color: #2FF255;
}
.AnyTagClassName
{
color: #2FF255;
}
</style>
background-color css
<style>
a { background-color: #2FF255; }
a { background-color: rgb(47,242,85); }
div.DivClassName
{
background-color: #2FF255;
}
.BgClassName
{
background-color: #2FF255;
}
</style>
border-color css
<style>
span { border-color: #2FF255; }
span { border-color: rgb(47,242,85); }
td.TdClassName
{
border-color: #2FF255;
}
.TagClassName
{
border-color: #2FF255;
}
</style>