Html Css Color HEX #2EE560 Malachite

📋 copy color: '#2EE560'

red 46 ◦ green 229 ◦ blue 96

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

Shades of Malachite #2EE560

Tints of Malachite #2EE560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 61.73%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 12.4%
G = 61.73%
B = 25.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#2EE560 (or 0x2EE560) is known color: Malachite. HEX triplet: 2E, E5 and 60. RGB value is (46,229,96). Sum of RGB (Red+Green+Blue) = 46+229+96=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE560 is #D11A9F. Grayscale: #9F9F9F. Windows color (decimal): -13703840 or 6350126. OLE color: 6350126.

HSL color Cylindrical-coordinate representation of color #2EE560: hue angle of 136.39º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE560 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 96 -
CMYK 0.80 0 0.58 0.10
HSL 136.39º 0.78% 0.54% -
HSV(B) 136.39º 0.8% 0.9% -
XYZ 31.26 57.46 20.51 -
YUV 159.12 92.37 47.31 -
System Red Green Blue C M Y K H S L
Decimal 46 229 96 0.80 0 0.58 0.10 136.39 0.78 0.54
Hex 2E E5 60 50 0 3A A 88 4E 36
Octal 56 345 140 120 0 72 12 210 116 66
Binary 101110 11100101 1100000 1010000 0 111010 1010 10001000 1001110 110110

Color Harmonies of #2EE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE560

Black with #2EE560

Text Example


Text Example

White with #2EE560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,96); }

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

background-color css

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

 a { background-color: rgb(46,229,96); }

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

border-color css

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

 span { border-color: rgb(46,229,96); }

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