Html Css Color HEX #2BDD76 Emerald

📋 copy color: '#2BDD76'

red 43 ◦ green 221 ◦ blue 118

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

Shades of Emerald #2BDD76

Tints of Emerald #2BDD76

RGB

 RED value IS 43 (17.19% from 255) = 11.26%

 GREEN value IS 221 (86.72% from 255) = 57.85%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 11.26%
G = 57.85%
B = 30.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#2BDD76 (or 0x2BDD76) is known color: Emerald. HEX triplet: 2B, DD and 76. RGB value is (43,221,118). Sum of RGB (Red+Green+Blue) = 43+221+118=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDD76 is #D42289. Grayscale: #9C9C9C. Windows color (decimal): -13902474 or 7789867. OLE color: 7789867.

HSL color Cylindrical-coordinate representation of color #2BDD76: hue angle of 145.28º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDD76 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 221 118 -
CMYK 0.81 0 0.47 0.13
HSL 145.28º 0.72% 0.52% -
HSV(B) 145.28º 0.81% 0.87% -
XYZ 30.12 53.53 25.89 -
YUV 156.04 106.53 47.38 -
System Red Green Blue C M Y K H S L
Decimal 43 221 118 0.81 0 0.47 0.13 145.28 0.72 0.52
Hex 2B DD 76 51 0 2F D 91 48 34
Octal 53 335 166 121 0 57 15 221 110 64
Binary 101011 11011101 1110110 1010001 0 101111 1101 10010001 1001000 110100

Color Harmonies of #2BDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDD76

Black with #2BDD76

Text Example


Text Example

White with #2BDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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