#2BDC75

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

Shades of Emerald #2BDC75

Tints of Emerald #2BDC75

Color information

#2BDC75 (or 0x2BDC75) is unknown color: approx Emerald. HEX triplet: 2B, DC and 75. RGB value is (43,220,117). Sum of RGB (Red+Green+Blue) = 43+220+117=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC75 is #D4238A. Grayscale: #9B9B9B. Windows color (decimal): -13902731 or 7724075. OLE color: 7724075.

HSL color Cylindrical-coordinate representation of color #2BDC75: hue angle of 145.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC75 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB43220117-
CMYK0.8000.470.14
HSL145.08º71.66%51.57%-
HSV(B)145.08º80.45%86.27%-
XYZ29.852.9825.49-
YUV155.33106.3647.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.32%
GREEN value IS 220 (86.33% from 255) = 57.89%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=11.32%
G=57.89%
B=30.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432201170.8000.470.14145.0871.6651.57
Hex2BDC755002FE914834
Octal533341651200571622111064
Binary101011110111001110101101000001011111110100100011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,220,117); }

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

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

 a { background-color: rgb(43,220,117); }

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

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

 span { border-color: rgb(43,220,117); }

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