Html Css Color HEX #2EE15C Malachite

📋 copy color: '#2EE15C'

red 46 ◦ green 225 ◦ blue 92

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

Shades of Malachite #2EE15C

Tints of Malachite #2EE15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 12.67%
G = 61.98%
B = 25.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#2EE15C (or 0x2EE15C) is known color: Malachite. HEX triplet: 2E, E1 and 5C. RGB value is (46,225,92). Sum of RGB (Red+Green+Blue) = 46+225+92=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE15C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE15C is #D11EA3. Grayscale: #9C9C9C. Windows color (decimal): -13704868 or 6086958. OLE color: 6086958.

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

Color convert

RGB 46 225 92 -
CMYK 0.80 0 0.59 0.12
HSL 135.42º 0.75% 0.53% -
HSV(B) 135.42º 0.8% 0.88% -
XYZ 29.98 55.2 19.2 -
YUV 156.32 91.7 49.31 -
System Red Green Blue C M Y K H S L
Decimal 46 225 92 0.80 0 0.59 0.12 135.42 0.75 0.53
Hex 2E E1 5C 50 0 3B C 87 4B 35
Octal 56 341 134 120 0 73 14 207 113 65
Binary 101110 11100001 1011100 1010000 0 111011 1100 10000111 1001011 110101

Color Harmonies of #2EE15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE15C

Black with #2EE15C

Text Example


Text Example

White with #2EE15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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