Html Css Color HEX #2EEE5F Malachite

📋 copy color: '#2EEE5F'

red 46 ◦ green 238 ◦ blue 95

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

Shades of Malachite #2EEE5F

Tints of Malachite #2EEE5F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 62.8%

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

R = 12.14%
G = 62.8%
B = 25.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#2EEE5F (or 0x2EEE5F) is known color: Malachite. HEX triplet: 2E, EE and 5F. RGB value is (46,238,95). Sum of RGB (Red+Green+Blue) = 46+238+95=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE5F is #D111A0. Grayscale: #A4A4A4. Windows color (decimal): -13701537 or 6286894. OLE color: 6286894.

HSL color Cylindrical-coordinate representation of color #2EEE5F: hue angle of 135.31º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE5F is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 95 -
CMYK 0.81 0 0.60 0.07
HSL 135.31º 0.85% 0.56% -
HSV(B) 135.31º 0.81% 0.93% -
XYZ 33.77 62.56 21.12 -
YUV 164.29 88.89 43.63 -
System Red Green Blue C M Y K H S L
Decimal 46 238 95 0.81 0 0.60 0.07 135.31 0.85 0.56
Hex 2E EE 5F 51 0 3C 7 87 55 38
Octal 56 356 137 121 0 74 7 207 125 70
Binary 101110 11101110 1011111 1010001 0 111100 111 10000111 1010101 111000

Color Harmonies of #2EEE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEE5F

Black with #2EEE5F

Text Example


Text Example

White with #2EEE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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