Html Css Color HEX #2EE168 Malachite

📋 copy color: '#2EE168'

red 46 ◦ green 225 ◦ blue 104

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

Shades of Malachite #2EE168

Tints of Malachite #2EE168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 12.27%
G = 60%
B = 27.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#2EE168 (or 0x2EE168) is known color: Malachite. HEX triplet: 2E, E1 and 68. RGB value is (46,225,104). Sum of RGB (Red+Green+Blue) = 46+225+104=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE168 is #D11E97. Grayscale: #9D9D9D. Windows color (decimal): -13704856 or 6873390. OLE color: 6873390.

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

Color convert

RGB 46 225 104 -
CMYK 0.80 0 0.54 0.12
HSL 139.44º 0.75% 0.53% -
HSV(B) 139.44º 0.8% 0.88% -
XYZ 30.55 55.43 22.19 -
YUV 157.69 97.7 48.34 -
System Red Green Blue C M Y K H S L
Decimal 46 225 104 0.80 0 0.54 0.12 139.44 0.75 0.53
Hex 2E E1 68 50 0 36 C 8B 4B 35
Octal 56 341 150 120 0 66 14 213 113 65
Binary 101110 11100001 1101000 1010000 0 110110 1100 10001011 1001011 110101

Color Harmonies of #2EE168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE168

Black with #2EE168

Text Example


Text Example

White with #2EE168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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