Html Css Color HEX #2EE955 Malachite

📋 copy color: '#2EE955'

red 46 ◦ green 233 ◦ blue 85

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

Shades of Malachite #2EE955

Tints of Malachite #2EE955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.01%

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

R = 12.64%
G = 64.01%
B = 23.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#2EE955 (or 0x2EE955) is known color: Malachite. HEX triplet: 2E, E9 and 55. RGB value is (46,233,85). Sum of RGB (Red+Green+Blue) = 46+233+85=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 233 (91.41% from 255 or 64.01% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE955 is #D116AA. Grayscale: #A0A0A0. Windows color (decimal): -13702827 or 5630254. OLE color: 5630254.

HSL color Cylindrical-coordinate representation of color #2EE955: hue angle of 132.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE955 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 85 -
CMYK 0.80 0 0.64 0.09
HSL 132.51º 0.81% 0.55% -
HSV(B) 132.51º 0.8% 0.91% -
XYZ 31.91 59.51 18.4 -
YUV 160.22 85.55 46.53 -
System Red Green Blue C M Y K H S L
Decimal 46 233 85 0.80 0 0.64 0.09 132.51 0.81 0.55
Hex 2E E9 55 50 0 40 9 85 51 37
Octal 56 351 125 120 0 100 11 205 121 67
Binary 101110 11101001 1010101 1010000 0 1000000 1001 10000101 1010001 110111

Color Harmonies of #2EE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE955

Black with #2EE955

Text Example


Text Example

White with #2EE955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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