Html Css Color HEX #2EE952 Malachite

📋 copy color: '#2EE952'

red 46 ◦ green 233 ◦ blue 82

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

Shades of Malachite #2EE952

Tints of Malachite #2EE952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 12.74%
G = 64.54%
B = 22.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#2EE952 (or 0x2EE952) is known color: Malachite. HEX triplet: 2E, E9 and 52. RGB value is (46,233,82). Sum of RGB (Red+Green+Blue) = 46+233+82=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 233 (91.41% from 255 or 64.54% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE952 is #D116AD. Grayscale: #A0A0A0. Windows color (decimal): -13702830 or 5433646. OLE color: 5433646.

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

Color convert

RGB 46 233 82 -
CMYK 0.80 0 0.65 0.09
HSL 131.55º 0.81% 0.55% -
HSV(B) 131.55º 0.8% 0.91% -
XYZ 31.79 59.47 17.79 -
YUV 159.87 84.05 46.78 -
System Red Green Blue C M Y K H S L
Decimal 46 233 82 0.80 0 0.65 0.09 131.55 0.81 0.55
Hex 2E E9 52 50 0 41 9 84 51 37
Octal 56 351 122 120 0 101 11 204 121 67
Binary 101110 11101001 1010010 1010000 0 1000001 1001 10000100 1010001 110111

Color Harmonies of #2EE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE952

Black with #2EE952

Text Example


Text Example

White with #2EE952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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