Html Css Color HEX #2EE960 Malachite

📋 copy color: '#2EE960'

red 46 ◦ green 233 ◦ blue 96

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

Shades of Malachite #2EE960

Tints of Malachite #2EE960

RGB

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

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

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

R = 12.27%
G = 62.13%
B = 25.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#2EE960 (or 0x2EE960) is known color: Malachite. HEX triplet: 2E, E9 and 60. RGB value is (46,233,96). Sum of RGB (Red+Green+Blue) = 46+233+96=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE960 is #D1169F. Grayscale: #A1A1A1. Windows color (decimal): -13702816 or 6351150. OLE color: 6351150.

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

Color convert

RGB 46 233 96 -
CMYK 0.80 0 0.59 0.09
HSL 136.04º 0.81% 0.55% -
HSV(B) 136.04º 0.8% 0.91% -
XYZ 32.38 59.7 20.88 -
YUV 161.47 91.05 45.64 -
System Red Green Blue C M Y K H S L
Decimal 46 233 96 0.80 0 0.59 0.09 136.04 0.81 0.55
Hex 2E E9 60 50 0 3B 9 88 51 37
Octal 56 351 140 120 0 73 11 210 121 67
Binary 101110 11101001 1100000 1010000 0 111011 1001 10001000 1010001 110111

Color Harmonies of #2EE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE960

Black with #2EE960

Text Example


Text Example

White with #2EE960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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