#2ee153

Color #2EE153 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2EE153

Tints of Malachite #2EE153

Color information

#2EE153 (or 0x2EE153) is unknown color: approx Malachite. HEX triplet: 2E, E1 and 53. RGB value is (46,225,83). Sum of RGB (Red+Green+Blue) = 46+225+83=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE153 is #D11EAC. Grayscale: #9B9B9B. Windows color (decimal): -13704877 or 5497134. OLE color: 5497134.

HSL color Cylindrical-coordinate representation of color #2EE153: hue angle of 132.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE153 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB4622583-
CMYK0.8000.630.12
HSL132.4º74.9%53.14%-
HSV(B)132.4º79.56%88.24%-
XYZ29.6155.0617.25-
YUV155.2987.250.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.99%
GREEN value IS 225 (88.28% from 255) = 63.56%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=12.99%
G=63.56%
B=23.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46225830.8000.630.12132.474.953.14
Hex2EE1535003FC844b35
Octal563411231200771420411365
Binary101110111000011010011101000001111111100100001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ee153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,225,83); }

 H1.HeaderClassName
 {
   color: #2ee153;
 }
 .AnyTagClassName
 {
   color: #2ee153;
 }
</style>
background-color css

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

 a { background-color: rgb(46,225,83); }

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

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

 span { border-color: rgb(46,225,83); }

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