Shades of Malachite #2BED4F
Tints of Malachite #2BED4F
RGB
CMYK
RGB Variations
Color information
#2BED4F (or 0x2BED4F) is known color: Malachite. HEX triplet: 2B, ED and 4F. RGB value is (43,237,79). Sum of RGB (Red+Green+Blue) = 43+237+79=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 237 (92.97% from 255 or 66.02% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED4F is #D412B0. Grayscale: #A1A1A1. Windows color (decimal): -13898417 or 5238059. OLE color: 5238059.
HSL color Cylindrical-coordinate representation of color #2BED4F: hue angle of 131.13º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED4F is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 79 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.07 |
| HSL | 131.13º | 0.84% | 0.55% | - |
| HSV(B) | 131.13º | 0.82% | 0.93% | - |
| XYZ | 32.69 | 61.65 | 17.57 | - |
| YUV | 160.98 | 81.73 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 79 | 0.82 | 0 | 0.67 | 0.07 | 131.13 | 0.84 | 0.55 |
| Hex | 2B | ED | 4F | 52 | 0 | 43 | 7 | 83 | 54 | 37 |
| Octal | 53 | 355 | 117 | 122 | 0 | 103 | 7 | 203 | 124 | 67 |
| Binary | 101011 | 11101101 | 1001111 | 1010010 | 0 | 1000011 | 111 | 10000011 | 1010100 | 110111 |
Color Harmonies of #2BED4F
Complementary color
Monochromatic Colors of #2BED4F
Black with #2BED4F
Text Example
Text Example
White with #2BED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED4F; }
p { color: rgb(43,237,79); }
H1.HeaderClassName
{
color: #2BED4F;
}
.AnyTagClassName
{
color: #2BED4F;
}
</style>
background-color css
<style>
a { background-color: #2BED4F; }
a { background-color: rgb(43,237,79); }
div.DivClassName
{
background-color: #2BED4F;
}
.BgClassName
{
background-color: #2BED4F;
}
</style>
border-color css
<style>
span { border-color: #2BED4F; }
span { border-color: rgb(43,237,79); }
td.TdClassName
{
border-color: #2BED4F;
}
.TagClassName
{
border-color: #2BED4F;
}
</style>