Html Css Color HEX #2BDD70 Emerald

📋 copy color: '#2BDD70'

red 43 ◦ green 221 ◦ blue 112

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

Shades of Emerald #2BDD70

Tints of Emerald #2BDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 11.44%
G = 58.78%
B = 29.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#2BDD70 (or 0x2BDD70) is known color: Emerald. HEX triplet: 2B, DD and 70. RGB value is (43,221,112). Sum of RGB (Red+Green+Blue) = 43+221+112=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDD70 is #D4228F. Grayscale: #9B9B9B. Windows color (decimal): -13902480 or 7396651. OLE color: 7396651.

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

Color convert

RGB 43 221 112 -
CMYK 0.81 0 0.49 0.13
HSL 143.26º 0.72% 0.52% -
HSV(B) 143.26º 0.81% 0.87% -
XYZ 29.78 53.4 24.07 -
YUV 155.35 103.53 47.86 -
System Red Green Blue C M Y K H S L
Decimal 43 221 112 0.81 0 0.49 0.13 143.26 0.72 0.52
Hex 2B DD 70 51 0 31 D 8F 48 34
Octal 53 335 160 121 0 61 15 217 110 64
Binary 101011 11011101 1110000 1010001 0 110001 1101 10001111 1001000 110100

Color Harmonies of #2BDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDD70

Black with #2BDD70

Text Example


Text Example

White with #2BDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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