Shades of Malachite #2EFE4B
Tints of Malachite #2EFE4B
RGB
CMYK
RGB Variations
Color information
#2EFE4B (or 0x2EFE4B) is known color: Malachite. HEX triplet: 2E, FE and 4B. RGB value is (46,254,75). Sum of RGB (Red+Green+Blue) = 46+254+75=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFE4B is #D101B4. Grayscale: #ABABAB. Windows color (decimal): -13697461 or 4980270. OLE color: 4980270.
HSL color Cylindrical-coordinate representation of color #2EFE4B: hue angle of 128.37º 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 #2EFE4B is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 75 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.00 |
| HSL | 128.37º | 0.99% | 0.59% | - |
| HSV(B) | 128.37º | 0.82% | 1% | - |
| XYZ | 37.84 | 71.97 | 18.55 | - |
| YUV | 171.4 | 73.59 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 75 | 0.82 | 0 | 0.70 | 0.00 | 128.37 | 0.99 | 0.59 |
| Hex | 2E | FE | 4B | 52 | 0 | 46 | 0 | 80 | 63 | 3B |
| Octal | 56 | 376 | 113 | 122 | 0 | 106 | 0 | 200 | 143 | 73 |
| Binary | 101110 | 11111110 | 1001011 | 1010010 | 0 | 1000110 | 0 | 10000000 | 1100011 | 111011 |
Color Harmonies of #2EFE4B
Complementary color
Monochromatic Colors of #2EFE4B
Black with #2EFE4B
Text Example
Text Example
White with #2EFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE4B; }
p { color: rgb(46,254,75); }
H1.HeaderClassName
{
color: #2EFE4B;
}
.AnyTagClassName
{
color: #2EFE4B;
}
</style>
background-color css
<style>
a { background-color: #2EFE4B; }
a { background-color: rgb(46,254,75); }
div.DivClassName
{
background-color: #2EFE4B;
}
.BgClassName
{
background-color: #2EFE4B;
}
</style>
border-color css
<style>
span { border-color: #2EFE4B; }
span { border-color: rgb(46,254,75); }
td.TdClassName
{
border-color: #2EFE4B;
}
.TagClassName
{
border-color: #2EFE4B;
}
</style>