Html Css Color HEX #2EF052 Malachite

📋 copy color: '#2EF052'

red 46 ◦ green 240 ◦ blue 82

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

Shades of Malachite #2EF052

Tints of Malachite #2EF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.22%

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

R = 12.5%
G = 65.22%
B = 22.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#2EF052 (or 0x2EF052) is known color: Malachite. HEX triplet: 2E, F0 and 52. RGB value is (46,240,82). Sum of RGB (Red+Green+Blue) = 46+240+82=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF052 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF052 is #D10FAD. Grayscale: #A4A4A4. Windows color (decimal): -13701038 or 5435438. OLE color: 5435438.

HSL color Cylindrical-coordinate representation of color #2EF052: hue angle of 131.13º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF052 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 240 82 -
CMYK 0.81 0 0.66 0.06
HSL 131.13º 0.87% 0.56% -
HSV(B) 131.13º 0.81% 0.94% -
XYZ 33.81 63.51 18.46 -
YUV 163.98 81.73 43.85 -
System Red Green Blue C M Y K H S L
Decimal 46 240 82 0.81 0 0.66 0.06 131.13 0.87 0.56
Hex 2E F0 52 51 0 42 6 83 57 38
Octal 56 360 122 121 0 102 6 203 127 70
Binary 101110 11110000 1010010 1010001 0 1000010 110 10000011 1010111 111000

Color Harmonies of #2EF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF052

Black with #2EF052

Text Example


Text Example

White with #2EF052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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