Shades of Malachite #2EFF5C
Tints of Malachite #2EFF5C
RGB
CMYK
RGB Variations
Color information
#2EFF5C (or 0x2EFF5C) is known color: Malachite. HEX triplet: 2E, FF and 5C. RGB value is (46,255,92). Sum of RGB (Red+Green+Blue) = 46+255+92=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFF5C is #D100A3. Grayscale: #AEAEAE. Windows color (decimal): -13697188 or 6094638. OLE color: 6094638.
HSL color Cylindrical-coordinate representation of color #2EFF5C: hue angle of 133.21º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF5C is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 92 | - |
| CMYK | 0.82 | 0 | 0.64 | 0 |
| HSL | 133.21º | 1% | 0.59% | - |
| HSV(B) | 133.21º | 0.82% | 1% | - |
| XYZ | 38.82 | 72.87 | 22.15 | - |
| YUV | 173.93 | 81.76 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 92 | 0.82 | 0 | 0.64 | 0 | 133.21 | 1 | 0.59 |
| Hex | 2E | FF | 5C | 52 | 0 | 40 | 0 | 85 | 64 | 3B |
| Octal | 56 | 377 | 134 | 122 | 0 | 100 | 0 | 205 | 144 | 73 |
| Binary | 101110 | 11111111 | 1011100 | 1010010 | 0 | 1000000 | 0 | 10000101 | 1100100 | 111011 |
Color Harmonies of #2EFF5C
Complementary color
Monochromatic Colors of #2EFF5C
Black with #2EFF5C
Text Example
Text Example
White with #2EFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF5C; }
p { color: rgb(46,255,92); }
H1.HeaderClassName
{
color: #2EFF5C;
}
.AnyTagClassName
{
color: #2EFF5C;
}
</style>
background-color css
<style>
a { background-color: #2EFF5C; }
a { background-color: rgb(46,255,92); }
div.DivClassName
{
background-color: #2EFF5C;
}
.BgClassName
{
background-color: #2EFF5C;
}
</style>
border-color css
<style>
span { border-color: #2EFF5C; }
span { border-color: rgb(46,255,92); }
td.TdClassName
{
border-color: #2EFF5C;
}
.TagClassName
{
border-color: #2EFF5C;
}
</style>