Html Css Color HEX #2EE16A Malachite

📋 copy color: '#2EE16A'

red 46 ◦ green 225 ◦ blue 106

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

Shades of Malachite #2EE16A

Tints of Malachite #2EE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.68%

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 12.2%
G = 59.68%
B = 28.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#2EE16A (or 0x2EE16A) is known color: Malachite. HEX triplet: 2E, E1 and 6A. RGB value is (46,225,106). Sum of RGB (Red+Green+Blue) = 46+225+106=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE16A is #D11E95. Grayscale: #9E9E9E. Windows color (decimal): -13704854 or 7004462. OLE color: 7004462.

HSL color Cylindrical-coordinate representation of color #2EE16A: hue angle of 140.11º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE16A is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 106 -
CMYK 0.80 0 0.53 0.12
HSL 140.11º 0.75% 0.53% -
HSV(B) 140.11º 0.8% 0.88% -
XYZ 30.65 55.47 22.73 -
YUV 157.91 98.7 48.18 -
System Red Green Blue C M Y K H S L
Decimal 46 225 106 0.80 0 0.53 0.12 140.11 0.75 0.53
Hex 2E E1 6A 50 0 35 C 8C 4B 35
Octal 56 341 152 120 0 65 14 214 113 65
Binary 101110 11100001 1101010 1010000 0 110101 1100 10001100 1001011 110101

Color Harmonies of #2EE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE16A

Black with #2EE16A

Text Example


Text Example

White with #2EE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,106); }

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

background-color css

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

 a { background-color: rgb(46,225,106); }

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

border-color css

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

 span { border-color: rgb(46,225,106); }

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