Html Css Color HEX #2EE54F Malachite

📋 copy color: '#2EE54F'

red 46 ◦ green 229 ◦ blue 79

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

Shades of Malachite #2EE54F

Tints of Malachite #2EE54F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 64.69%

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 12.99%
G = 64.69%
B = 22.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#2EE54F (or 0x2EE54F) is known color: Malachite. HEX triplet: 2E, E5 and 4F. RGB value is (46,229,79). Sum of RGB (Red+Green+Blue) = 46+229+79=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 229 (89.84% from 255 or 64.69% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE54F is #D11AB0. Grayscale: #9D9D9D. Windows color (decimal): -13703857 or 5236014. OLE color: 5236014.

HSL color Cylindrical-coordinate representation of color #2EE54F: hue angle of 130.82º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE54F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 79 -
CMYK 0.80 0 0.66 0.10
HSL 130.82º 0.78% 0.54% -
HSV(B) 130.82º 0.8% 0.9% -
XYZ 30.56 57.18 16.82 -
YUV 157.18 83.87 48.7 -
System Red Green Blue C M Y K H S L
Decimal 46 229 79 0.80 0 0.66 0.10 130.82 0.78 0.54
Hex 2E E5 4F 50 0 42 A 83 4E 36
Octal 56 345 117 120 0 102 12 203 116 66
Binary 101110 11100101 1001111 1010000 0 1000010 1010 10000011 1001110 110110

Color Harmonies of #2EE54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE54F

Black with #2EE54F

Text Example


Text Example

White with #2EE54F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,79); }

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

background-color css

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

 a { background-color: rgb(46,229,79); }

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

border-color css

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

 span { border-color: rgb(46,229,79); }

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