Html Css Color HEX #2EE454 Malachite

📋 copy color: '#2EE454'

red 46 ◦ green 228 ◦ blue 84

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

Shades of Malachite #2EE454

Tints of Malachite #2EE454

RGB

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

 GREEN value IS 228 (89.45% from 255) = 63.69%

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

R = 12.85%
G = 63.69%
B = 23.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#2EE454 (or 0x2EE454) is known color: Malachite. HEX triplet: 2E, E4 and 54. RGB value is (46,228,84). Sum of RGB (Red+Green+Blue) = 46+228+84=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 228 (89.45% from 255 or 63.69% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE454 is #D11BAB. Grayscale: #9D9D9D. Windows color (decimal): -13704108 or 5563438. OLE color: 5563438.

HSL color Cylindrical-coordinate representation of color #2EE454: hue angle of 132.53º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE454 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 84 -
CMYK 0.80 0 0.63 0.11
HSL 132.53º 0.77% 0.54% -
HSV(B) 132.53º 0.8% 0.89% -
XYZ 30.47 56.71 17.73 -
YUV 157.17 86.7 48.71 -
System Red Green Blue C M Y K H S L
Decimal 46 228 84 0.80 0 0.63 0.11 132.53 0.77 0.54
Hex 2E E4 54 50 0 3F B 85 4D 36
Octal 56 344 124 120 0 77 13 205 115 66
Binary 101110 11100100 1010100 1010000 0 111111 1011 10000101 1001101 110110

Color Harmonies of #2EE454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE454

Black with #2EE454

Text Example


Text Example

White with #2EE454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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