Html Css Color HEX #2EF558 Malachite

📋 copy color: '#2EF558'

red 46 ◦ green 245 ◦ blue 88

#2EF558
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2EF558

Tints of Malachite #2EF558

RGB

 RED value IS 46 (18.36% from 255) = 12.14%

 GREEN value IS 245 (96.09% from 255) = 64.64%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 12.14%
G = 64.64%
B = 23.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EF558 (or 0x2EF558) is known color: Malachite. HEX triplet: 2E, F5 and 58. RGB value is (46,245,88). Sum of RGB (Red+Green+Blue) = 46+245+88=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF558 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF558 is #D10AA7. Grayscale: #A8A8A8. Windows color (decimal): -13699752 or 5829934. OLE color: 5829934.

HSL color Cylindrical-coordinate representation of color #2EF558: hue angle of 132.66º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF558 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 245 88 -
CMYK 0.81 0 0.64 0.04
HSL 132.66º 0.91% 0.57% -
HSV(B) 132.66º 0.81% 0.96% -
XYZ 35.54 66.59 20.21 -
YUV 167.6 83.07 41.27 -
System Red Green Blue C M Y K H S L
Decimal 46 245 88 0.81 0 0.64 0.04 132.66 0.91 0.57
Hex 2E F5 58 51 0 40 4 85 5B 39
Octal 56 365 130 121 0 100 4 205 133 71
Binary 101110 11110101 1011000 1010001 0 1000000 100 10000101 1011011 111001

Color Harmonies of #2EF558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF558

Black with #2EF558

Text Example


Text Example

White with #2EF558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EF558; }

 p { color: rgb(46,245,88); }

 H1.HeaderClassName
 {
   color: #2EF558;
 }
 .AnyTagClassName
 {
   color: #2EF558;
 }
</style>

background-color css

<style>
 a { background-color: #2EF558; }

 a { background-color: rgb(46,245,88); }

 div.DivClassName
 {
   background-color: #2EF558;
 }
 .BgClassName
 {
   background-color: #2EF558;
 }
</style>

border-color css

<style>
 span { border-color: #2EF558; }

 span { border-color: rgb(46,245,88); }

 td.TdClassName
 {
   border-color: #2EF558;
 }
 .TagClassName
 {
   border-color: #2EF558;
 }
</style>