Html Css Color HEX #2EE15F Malachite

📋 copy color: '#2EE15F'

red 46 ◦ green 225 ◦ blue 95

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

Shades of Malachite #2EE15F

Tints of Malachite #2EE15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 12.57%
G = 61.48%
B = 25.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#2EE15F (or 0x2EE15F) is known color: Malachite. HEX triplet: 2E, E1 and 5F. RGB value is (46,225,95). Sum of RGB (Red+Green+Blue) = 46+225+95=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE15F is #D11EA0. Grayscale: #9D9D9D. Windows color (decimal): -13704865 or 6283566. OLE color: 6283566.

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

Color convert

RGB 46 225 95 -
CMYK 0.80 0 0.58 0.12
HSL 136.42º 0.75% 0.53% -
HSV(B) 136.42º 0.8% 0.88% -
XYZ 30.12 55.26 19.9 -
YUV 156.66 93.2 49.07 -
System Red Green Blue C M Y K H S L
Decimal 46 225 95 0.80 0 0.58 0.12 136.42 0.75 0.53
Hex 2E E1 5F 50 0 3A C 88 4B 35
Octal 56 341 137 120 0 72 14 210 113 65
Binary 101110 11100001 1011111 1010000 0 111010 1100 10001000 1001011 110101

Color Harmonies of #2EE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE15F

Black with #2EE15F

Text Example


Text Example

White with #2EE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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