Html Css Color HEX #2EE556 Malachite

📋 copy color: '#2EE556'

red 46 ◦ green 229 ◦ blue 86

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

Shades of Malachite #2EE556

Tints of Malachite #2EE556

RGB

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

 GREEN value IS 229 (89.84% from 255) = 63.43%

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 12.74%
G = 63.43%
B = 23.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#2EE556 (or 0x2EE556) is known color: Malachite. HEX triplet: 2E, E5 and 56. RGB value is (46,229,86). Sum of RGB (Red+Green+Blue) = 46+229+86=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 229 (89.84% from 255 or 63.43% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE556 is #D11AA9. Grayscale: #9E9E9E. Windows color (decimal): -13703850 or 5694766. OLE color: 5694766.

HSL color Cylindrical-coordinate representation of color #2EE556: hue angle of 133.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE556 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 229 86 -
CMYK 0.80 0 0.62 0.10
HSL 133.11º 0.78% 0.54% -
HSV(B) 133.11º 0.8% 0.9% -
XYZ 30.83 57.29 18.24 -
YUV 157.98 87.37 48.13 -
System Red Green Blue C M Y K H S L
Decimal 46 229 86 0.80 0 0.62 0.10 133.11 0.78 0.54
Hex 2E E5 56 50 0 3E A 85 4E 36
Octal 56 345 126 120 0 76 12 205 116 66
Binary 101110 11100101 1010110 1010000 0 111110 1010 10000101 1001110 110110

Color Harmonies of #2EE556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE556

Black with #2EE556

Text Example


Text Example

White with #2EE556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,229,86); }

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

background-color css

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

 a { background-color: rgb(46,229,86); }

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

border-color css

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

 span { border-color: rgb(46,229,86); }

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