Html Css Color HEX #2EEB5E Malachite

📋 copy color: '#2EEB5E'

red 46 ◦ green 235 ◦ blue 94

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

Shades of Malachite #2EEB5E

Tints of Malachite #2EEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 62.67%

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

R = 12.27%
G = 62.67%
B = 25.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#2EEB5E (or 0x2EEB5E) is known color: Malachite. HEX triplet: 2E, EB and 5E. RGB value is (46,235,94). Sum of RGB (Red+Green+Blue) = 46+235+94=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 235 (92.19% from 255 or 62.67% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB5E is #D114A1. Grayscale: #A2A2A2. Windows color (decimal): -13702306 or 6220590. OLE color: 6220590.

HSL color Cylindrical-coordinate representation of color #2EEB5E: hue angle of 135.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB5E is Cyan = 0.80, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 94 -
CMYK 0.80 0 0.6 0.08
HSL 135.24º 0.83% 0.55% -
HSV(B) 135.24º 0.8% 0.92% -
XYZ 32.86 60.81 20.59 -
YUV 162.42 89.38 44.96 -
System Red Green Blue C M Y K H S L
Decimal 46 235 94 0.80 0 0.6 0.08 135.24 0.83 0.55
Hex 2E EB 5E 50 0 3C 8 87 53 37
Octal 56 353 136 120 0 74 10 207 123 67
Binary 101110 11101011 1011110 1010000 0 111100 1000 10000111 1010011 110111

Color Harmonies of #2EEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEB5E

Black with #2EEB5E

Text Example


Text Example

White with #2EEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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