Html Css Color HEX #2EEE6C Malachite

📋 copy color: '#2EEE6C'

red 46 ◦ green 238 ◦ blue 108

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

Shades of Malachite #2EEE6C

Tints of Malachite #2EEE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 11.73%
G = 60.71%
B = 27.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#2EEE6C (or 0x2EEE6C) is known color: Malachite. HEX triplet: 2E, EE and 6C. RGB value is (46,238,108). Sum of RGB (Red+Green+Blue) = 46+238+108=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 238 (93.36% from 255 or 60.71% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE6C is #D11193. Grayscale: #A6A6A6. Windows color (decimal): -13701524 or 7138862. OLE color: 7138862.

HSL color Cylindrical-coordinate representation of color #2EEE6C: hue angle of 139.38º 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 #2EEE6C is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 108 -
CMYK 0.81 0 0.55 0.07
HSL 139.38º 0.85% 0.56% -
HSV(B) 139.38º 0.81% 0.93% -
XYZ 34.41 62.81 24.5 -
YUV 165.77 95.39 42.57 -
System Red Green Blue C M Y K H S L
Decimal 46 238 108 0.81 0 0.55 0.07 139.38 0.85 0.56
Hex 2E EE 6C 51 0 37 7 8B 55 38
Octal 56 356 154 121 0 67 7 213 125 70
Binary 101110 11101110 1101100 1010001 0 110111 111 10001011 1010101 111000

Color Harmonies of #2EEE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEE6C

Black with #2EEE6C

Text Example


Text Example

White with #2EEE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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