Html Css Color HEX #2BDC75 Emerald

📋 copy color: '#2BDC75'

red 43 ◦ green 220 ◦ blue 117

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

Shades of Emerald #2BDC75

Tints of Emerald #2BDC75

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 value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#2BDC75 (or 0x2BDC75) is known color: 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

RGB 43 220 117 -
CMYK 0.80 0 0.47 0.14
HSL 145.08º 0.72% 0.52% -
HSV(B) 145.08º 0.8% 0.86% -
XYZ 29.8 52.98 25.49 -
YUV 155.34 106.36 47.88 -
System Red Green Blue C M Y K H S L
Decimal 43 220 117 0.80 0 0.47 0.14 145.08 0.72 0.52
Hex 2B DC 75 50 0 2F E 91 48 34
Octal 53 334 165 120 0 57 16 221 110 64
Binary 101011 11011100 1110101 1010000 0 101111 1110 10010001 1001000 110100

Color Harmonies of #2BDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC75

Black with #2BDC75

Text Example


Text Example

White with #2BDC75

Text Example


Text Example

HTML Codes & Css Web 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>