Html Css Color HEX #2EED54 Malachite

📋 copy color: '#2EED54'

red 46 ◦ green 237 ◦ blue 84

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

Shades of Malachite #2EED54

Tints of Malachite #2EED54

RGB

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

 GREEN value IS 237 (92.97% from 255) = 64.58%

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

R = 12.53%
G = 64.58%
B = 22.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#2EED54 (or 0x2EED54) is known color: Malachite. HEX triplet: 2E, ED and 54. RGB value is (46,237,84). Sum of RGB (Red+Green+Blue) = 46+237+84=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 237 (92.97% from 255 or 64.58% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED54 is #D112AB. Grayscale: #A2A2A2. Windows color (decimal): -13701804 or 5565742. OLE color: 5565742.

HSL color Cylindrical-coordinate representation of color #2EED54: hue angle of 131.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED54 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 84 -
CMYK 0.81 0 0.65 0.07
HSL 131.94º 0.84% 0.55% -
HSV(B) 131.94º 0.81% 0.93% -
XYZ 33.01 61.79 18.57 -
YUV 162.45 83.72 44.94 -
System Red Green Blue C M Y K H S L
Decimal 46 237 84 0.81 0 0.65 0.07 131.94 0.84 0.55
Hex 2E ED 54 51 0 41 7 84 54 37
Octal 56 355 124 121 0 101 7 204 124 67
Binary 101110 11101101 1010100 1010001 0 1000001 111 10000100 1010100 110111

Color Harmonies of #2EED54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EED54

Black with #2EED54

Text Example


Text Example

White with #2EED54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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