Shades of Malachite #2EFD55
Tints of Malachite #2EFD55
RGB
CMYK
RGB Variations
Color information
#2EFD55 (or 0x2EFD55) is known color: Malachite. HEX triplet: 2E, FD and 55. RGB value is (46,253,85). Sum of RGB (Red+Green+Blue) = 46+253+85=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 253 (99.22% from 255 or 65.89% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD55 is #D102AA. Grayscale: #ACACAC. Windows color (decimal): -13697707 or 5635374. OLE color: 5635374.
HSL color Cylindrical-coordinate representation of color #2EFD55: hue angle of 131.3º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFD55 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 85 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.01 |
| HSL | 131.3º | 0.98% | 0.59% | - |
| HSV(B) | 131.3º | 0.82% | 0.99% | - |
| XYZ | 37.89 | 71.49 | 20.4 | - |
| YUV | 171.96 | 78.92 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 85 | 0.82 | 0 | 0.66 | 0.01 | 131.3 | 0.98 | 0.59 |
| Hex | 2E | FD | 55 | 52 | 0 | 42 | 1 | 83 | 62 | 3B |
| Octal | 56 | 375 | 125 | 122 | 0 | 102 | 1 | 203 | 142 | 73 |
| Binary | 101110 | 11111101 | 1010101 | 1010010 | 0 | 1000010 | 1 | 10000011 | 1100010 | 111011 |
Color Harmonies of #2EFD55
Complementary color
Monochromatic Colors of #2EFD55
Black with #2EFD55
Text Example
Text Example
White with #2EFD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD55; }
p { color: rgb(46,253,85); }
H1.HeaderClassName
{
color: #2EFD55;
}
.AnyTagClassName
{
color: #2EFD55;
}
</style>
background-color css
<style>
a { background-color: #2EFD55; }
a { background-color: rgb(46,253,85); }
div.DivClassName
{
background-color: #2EFD55;
}
.BgClassName
{
background-color: #2EFD55;
}
</style>
border-color css
<style>
span { border-color: #2EFD55; }
span { border-color: rgb(46,253,85); }
td.TdClassName
{
border-color: #2EFD55;
}
.TagClassName
{
border-color: #2EFD55;
}
</style>