Shades of Malachite #2EFE63
Tints of Malachite #2EFE63
RGB
CMYK
RGB Variations
Color information
#2EFE63 (or 0x2EFE63) is known color: Malachite. HEX triplet: 2E, FE and 63. RGB value is (46,254,99). Sum of RGB (Red+Green+Blue) = 46+254+99=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 254 (99.61% from 255 or 63.66% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFE63 is #D1019C. Grayscale: #AEAEAE. Windows color (decimal): -13697437 or 6553134. OLE color: 6553134.
HSL color Cylindrical-coordinate representation of color #2EFE63: hue angle of 135.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFE63 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 99 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.00 |
| HSL | 135.29º | 0.99% | 0.59% | - |
| HSV(B) | 135.29º | 0.82% | 1% | - |
| XYZ | 38.82 | 72.37 | 23.73 | - |
| YUV | 174.14 | 85.59 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 99 | 0.82 | 0 | 0.61 | 0.00 | 135.29 | 0.99 | 0.59 |
| Hex | 2E | FE | 63 | 52 | 0 | 3D | 0 | 87 | 63 | 3B |
| Octal | 56 | 376 | 143 | 122 | 0 | 75 | 0 | 207 | 143 | 73 |
| Binary | 101110 | 11111110 | 1100011 | 1010010 | 0 | 111101 | 0 | 10000111 | 1100011 | 111011 |
Color Harmonies of #2EFE63
Complementary color
Monochromatic Colors of #2EFE63
Black with #2EFE63
Text Example
Text Example
White with #2EFE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE63; }
p { color: rgb(46,254,99); }
H1.HeaderClassName
{
color: #2EFE63;
}
.AnyTagClassName
{
color: #2EFE63;
}
</style>
background-color css
<style>
a { background-color: #2EFE63; }
a { background-color: rgb(46,254,99); }
div.DivClassName
{
background-color: #2EFE63;
}
.BgClassName
{
background-color: #2EFE63;
}
</style>
border-color css
<style>
span { border-color: #2EFE63; }
span { border-color: rgb(46,254,99); }
td.TdClassName
{
border-color: #2EFE63;
}
.TagClassName
{
border-color: #2EFE63;
}
</style>