Shades of Malachite #2BF85E
Tints of Malachite #2BF85E
RGB
CMYK
RGB Variations
Color information
#2BF85E (or 0x2BF85E) is known color: Malachite. HEX triplet: 2B, F8 and 5E. RGB value is (43,248,94). Sum of RGB (Red+Green+Blue) = 43+248+94=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF85E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF85E is #D407A1. Grayscale: #A9A9A9. Windows color (decimal): -13895586 or 6223915. OLE color: 6223915.
HSL color Cylindrical-coordinate representation of color #2BF85E: hue angle of 134.93º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF85E is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 94 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.03 |
| HSL | 134.93º | 0.94% | 0.57% | - |
| HSV(B) | 134.93º | 0.83% | 0.97% | - |
| XYZ | 36.58 | 68.46 | 21.87 | - |
| YUV | 169.15 | 85.58 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 94 | 0.83 | 0 | 0.62 | 0.03 | 134.93 | 0.94 | 0.57 |
| Hex | 2B | F8 | 5E | 53 | 0 | 3E | 3 | 87 | 5E | 39 |
| Octal | 53 | 370 | 136 | 123 | 0 | 76 | 3 | 207 | 136 | 71 |
| Binary | 101011 | 11111000 | 1011110 | 1010011 | 0 | 111110 | 11 | 10000111 | 1011110 | 111001 |
Color Harmonies of #2BF85E
Complementary color
Monochromatic Colors of #2BF85E
Black with #2BF85E
Text Example
Text Example
White with #2BF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF85E; }
p { color: rgb(43,248,94); }
H1.HeaderClassName
{
color: #2BF85E;
}
.AnyTagClassName
{
color: #2BF85E;
}
</style>
background-color css
<style>
a { background-color: #2BF85E; }
a { background-color: rgb(43,248,94); }
div.DivClassName
{
background-color: #2BF85E;
}
.BgClassName
{
background-color: #2BF85E;
}
</style>
border-color css
<style>
span { border-color: #2BF85E; }
span { border-color: rgb(43,248,94); }
td.TdClassName
{
border-color: #2BF85E;
}
.TagClassName
{
border-color: #2BF85E;
}
</style>