Html Css Color HEX #2EE25E Malachite

📋 copy color: '#2EE25E'

red 46 ◦ green 226 ◦ blue 94

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

Shades of Malachite #2EE25E

Tints of Malachite #2EE25E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.75%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 12.57%
G = 61.75%
B = 25.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#2EE25E (or 0x2EE25E) is known color: Malachite. HEX triplet: 2E, E2 and 5E. RGB value is (46,226,94). Sum of RGB (Red+Green+Blue) = 46+226+94=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 226 (88.67% from 255 or 61.75% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE25E is #D11DA1. Grayscale: #9D9D9D. Windows color (decimal): -13704610 or 6218286. OLE color: 6218286.

HSL color Cylindrical-coordinate representation of color #2EE25E: hue angle of 136º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE25E is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 226 94 -
CMYK 0.80 0 0.58 0.11
HSL 136º 0.76% 0.53% -
HSV(B) 136º 0.8% 0.89% -
XYZ 30.34 55.78 19.76 -
YUV 157.13 92.37 48.73 -
System Red Green Blue C M Y K H S L
Decimal 46 226 94 0.80 0 0.58 0.11 136 0.76 0.53
Hex 2E E2 5E 50 0 3A B 88 4C 35
Octal 56 342 136 120 0 72 13 210 114 65
Binary 101110 11100010 1011110 1010000 0 111010 1011 10001000 1001100 110101

Color Harmonies of #2EE25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE25E

Black with #2EE25E

Text Example


Text Example

White with #2EE25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,226,94); }

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

background-color css

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

 a { background-color: rgb(46,226,94); }

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

border-color css

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

 span { border-color: rgb(46,226,94); }

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