Html Css Color HEX #2EE455 Malachite

📋 copy color: '#2EE455'

red 46 ◦ green 228 ◦ blue 85

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

Shades of Malachite #2EE455

Tints of Malachite #2EE455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 12.81%
G = 63.51%
B = 23.68%

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

#2EE455 (or 0x2EE455) is known color: Malachite. HEX triplet: 2E, E4 and 55. RGB value is (46,228,85). Sum of RGB (Red+Green+Blue) = 46+228+85=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 228 (89.45% from 255 or 63.51% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE455 is #D11BAA. Grayscale: #9D9D9D. Windows color (decimal): -13704107 or 5628974. OLE color: 5628974.

HSL color Cylindrical-coordinate representation of color #2EE455: hue angle of 132.86º 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 #2EE455 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 85 -
CMYK 0.80 0 0.63 0.11
HSL 132.86º 0.77% 0.54% -
HSV(B) 132.86º 0.8% 0.89% -
XYZ 30.51 56.72 17.94 -
YUV 157.28 87.2 48.63 -
System Red Green Blue C M Y K H S L
Decimal 46 228 85 0.80 0 0.63 0.11 132.86 0.77 0.54
Hex 2E E4 55 50 0 3F B 85 4D 36
Octal 56 344 125 120 0 77 13 205 115 66
Binary 101110 11100100 1010101 1010000 0 111111 1011 10000101 1001101 110110

Color Harmonies of #2EE455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE455

Black with #2EE455

Text Example


Text Example

White with #2EE455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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