Html Css Color HEX #2BDB70 Emerald

📋 copy color: '#2BDB70'

red 43 ◦ green 219 ◦ blue 112

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

Shades of Emerald #2BDB70

Tints of Emerald #2BDB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.56%

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

R = 11.5%
G = 58.56%
B = 29.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#2BDB70 (or 0x2BDB70) is known color: Emerald. HEX triplet: 2B, DB and 70. RGB value is (43,219,112). Sum of RGB (Red+Green+Blue) = 43+219+112=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDB70 is #D4248F. Grayscale: #9A9A9A. Windows color (decimal): -13902992 or 7396139. OLE color: 7396139.

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

Color convert

RGB 43 219 112 -
CMYK 0.80 0 0.49 0.14
HSL 143.52º 0.71% 0.51% -
HSV(B) 143.52º 0.8% 0.86% -
XYZ 29.25 52.35 23.89 -
YUV 154.18 104.19 48.7 -
System Red Green Blue C M Y K H S L
Decimal 43 219 112 0.80 0 0.49 0.14 143.52 0.71 0.51
Hex 2B DB 70 50 0 31 E 90 47 33
Octal 53 333 160 120 0 61 16 220 107 63
Binary 101011 11011011 1110000 1010000 0 110001 1110 10010000 1000111 110011

Color Harmonies of #2BDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB70

Black with #2BDB70

Text Example


Text Example

White with #2BDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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