Html Css Color HEX #2EE954 Malachite

📋 copy color: '#2EE954'

red 46 ◦ green 233 ◦ blue 84

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

Shades of Malachite #2EE954

Tints of Malachite #2EE954

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.19%

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 12.67%
G = 64.19%
B = 23.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#2EE954 (or 0x2EE954) is known color: Malachite. HEX triplet: 2E, E9 and 54. RGB value is (46,233,84). Sum of RGB (Red+Green+Blue) = 46+233+84=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 233 (91.41% from 255 or 64.19% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE954 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE954 is #D116AB. Grayscale: #A0A0A0. Windows color (decimal): -13702828 or 5564718. OLE color: 5564718.

HSL color Cylindrical-coordinate representation of color #2EE954: hue angle of 132.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE954 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 84 -
CMYK 0.80 0 0.64 0.09
HSL 132.19º 0.81% 0.55% -
HSV(B) 132.19º 0.8% 0.91% -
XYZ 31.87 59.5 18.19 -
YUV 160.1 85.05 46.62 -
System Red Green Blue C M Y K H S L
Decimal 46 233 84 0.80 0 0.64 0.09 132.19 0.81 0.55
Hex 2E E9 54 50 0 40 9 84 51 37
Octal 56 351 124 120 0 100 11 204 121 67
Binary 101110 11101001 1010100 1010000 0 1000000 1001 10000100 1010001 110111

Color Harmonies of #2EE954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE954

Black with #2EE954

Text Example


Text Example

White with #2EE954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,233,84); }

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

background-color css

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

 a { background-color: rgb(46,233,84); }

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

border-color css

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

 span { border-color: rgb(46,233,84); }

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