Html Css Color HEX #2EEC58 Malachite

📋 copy color: '#2EEC58'

red 46 ◦ green 236 ◦ blue 88

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

Shades of Malachite #2EEC58

Tints of Malachite #2EEC58

RGB

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

 GREEN value IS 236 (92.58% from 255) = 63.78%

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

R = 12.43%
G = 63.78%
B = 23.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#2EEC58 (or 0x2EEC58) is known color: Malachite. HEX triplet: 2E, EC and 58. RGB value is (46,236,88). Sum of RGB (Red+Green+Blue) = 46+236+88=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 236 (92.58% from 255 or 63.78% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEC58 is #D113A7. Grayscale: #A2A2A2. Windows color (decimal): -13702056 or 5827630. OLE color: 5827630.

HSL color Cylindrical-coordinate representation of color #2EEC58: hue angle of 133.26º degrees, saturation: 0.83, 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 #2EEC58 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 88 -
CMYK 0.81 0 0.63 0.07
HSL 133.26º 0.83% 0.55% -
HSV(B) 133.26º 0.81% 0.93% -
XYZ 32.88 61.28 19.33 -
YUV 162.32 86.05 45.03 -
System Red Green Blue C M Y K H S L
Decimal 46 236 88 0.81 0 0.63 0.07 133.26 0.83 0.55
Hex 2E EC 58 51 0 3F 7 85 53 37
Octal 56 354 130 121 0 77 7 205 123 67
Binary 101110 11101100 1011000 1010001 0 111111 111 10000101 1010011 110111

Color Harmonies of #2EEC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEC58

Black with #2EEC58

Text Example


Text Example

White with #2EEC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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