#2be676

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

Shades of Emerald #2BE676

Tints of Emerald #2BE676

Color information

#2BE676 (or 0x2BE676) is unknown color: approx Emerald. HEX triplet: 2B, E6 and 76. RGB value is (43,230,118). Sum of RGB (Red+Green+Blue) = 43+230+118=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE676 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE676 is #D41989. Grayscale: #A1A1A1. Windows color (decimal): -13900170 or 7792171. OLE color: 7792171.

HSL color Cylindrical-coordinate representation of color #2BE676: hue angle of 144.06º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE676 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB43230118-
CMYK0.8100.490.10
HSL144.06º78.9%53.53%-
HSV(B)144.06º81.3%90.2%-
XYZ32.5658.4226.7-
YUV161.32103.5543.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.00%
GREEN value IS 230 (90.23% from 255) = 58.82%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=11.00%
G=58.82%
B=30.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal432301180.8100.490.10144.0678.953.53
Hex2BE67651031A904f36
Octal533461661210611222011766
Binary101011111001101110110101000101100011010100100001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2be676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,230,118); }

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

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

 a { background-color: rgb(43,230,118); }

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

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

 span { border-color: rgb(43,230,118); }

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