Html Css Color HEX #2BDF76 Emerald

📋 copy color: '#2BDF76'

red 43 ◦ green 223 ◦ blue 118

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

Shades of Emerald #2BDF76

Tints of Emerald #2BDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.07%

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

R = 11.2%
G = 58.07%
B = 30.73%

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

#2BDF76 (or 0x2BDF76) is known color: Emerald. HEX triplet: 2B, DF and 76. RGB value is (43,223,118). Sum of RGB (Red+Green+Blue) = 43+223+118=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF76 is #D42089. Grayscale: #9D9D9D. Windows color (decimal): -13901962 or 7790379. OLE color: 7790379.

HSL color Cylindrical-coordinate representation of color #2BDF76: hue angle of 145º degrees, saturation: 0.74, 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 #2BDF76 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 223 118 -
CMYK 0.81 0 0.47 0.13
HSL 145º 0.74% 0.52% -
HSV(B) 145º 0.81% 0.87% -
XYZ 30.65 54.6 26.06 -
YUV 157.21 105.87 46.54 -
System Red Green Blue C M Y K H S L
Decimal 43 223 118 0.81 0 0.47 0.13 145 0.74 0.52
Hex 2B DF 76 51 0 2F D 91 4A 34
Octal 53 337 166 121 0 57 15 221 112 64
Binary 101011 11011111 1110110 1010001 0 101111 1101 10010001 1001010 110100

Color Harmonies of #2BDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDF76

Black with #2BDF76

Text Example


Text Example

White with #2BDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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