Html Css Color HEX #2EE058 Malachite

📋 copy color: '#2EE058'

red 46 ◦ green 224 ◦ blue 88

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

Shades of Malachite #2EE058

Tints of Malachite #2EE058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.57%

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

R = 12.85%
G = 62.57%
B = 24.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#2EE058 (or 0x2EE058) is known color: Malachite. HEX triplet: 2E, E0 and 58. RGB value is (46,224,88). Sum of RGB (Red+Green+Blue) = 46+224+88=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE058 is #D11FA7. Grayscale: #9B9B9B. Windows color (decimal): -13705128 or 5824558. OLE color: 5824558.

HSL color Cylindrical-coordinate representation of color #2EE058: hue angle of 134.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE058 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 88 -
CMYK 0.79 0 0.61 0.12
HSL 134.16º 0.74% 0.53% -
HSV(B) 134.16º 0.79% 0.88% -
XYZ 29.54 54.6 18.21 -
YUV 155.27 90.03 50.06 -
System Red Green Blue C M Y K H S L
Decimal 46 224 88 0.79 0 0.61 0.12 134.16 0.74 0.53
Hex 2E E0 58 4F 0 3D C 86 4A 35
Octal 56 340 130 117 0 75 14 206 112 65
Binary 101110 11100000 1011000 1001111 0 111101 1100 10000110 1001010 110101

Color Harmonies of #2EE058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE058

Black with #2EE058

Text Example


Text Example

White with #2EE058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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