Html Css Color HEX #2BD377 Medium Sea Green

📋 copy color: '#2BD377'

red 43 ◦ green 211 ◦ blue 119

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

Shades of Medium Sea Green #2BD377

Tints of Medium Sea Green #2BD377

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.57%

 BLUE value IS 119 (46.88% from 255) = 31.9%

R = 11.53%
G = 56.57%
B = 31.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#2BD377 (or 0x2BD377) is known color: Medium Sea Green. HEX triplet: 2B, D3 and 77. RGB value is (43,211,119). Sum of RGB (Red+Green+Blue) = 43+211+119=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD377 is #D42C88. Grayscale: #969696. Windows color (decimal): -13905033 or 7852843. OLE color: 7852843.

HSL color Cylindrical-coordinate representation of color #2BD377: hue angle of 147.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD377 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 43 211 119 -
CMYK 0.80 0 0.44 0.17
HSL 147.14º 0.66% 0.5% -
HSV(B) 147.14º 0.8% 0.83% -
XYZ 27.62 48.43 25.35 -
YUV 150.28 110.34 51.48 -
System Red Green Blue C M Y K H S L
Decimal 43 211 119 0.80 0 0.44 0.17 147.14 0.66 0.5
Hex 2B D3 77 50 0 2C 11 93 42 32
Octal 53 323 167 120 0 54 21 223 102 62
Binary 101011 11010011 1110111 1010000 0 101100 10001 10010011 1000010 110010

Color Harmonies of #2BD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD377

Black with #2BD377

Text Example


Text Example

White with #2BD377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,211,119); }

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

background-color css

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

 a { background-color: rgb(43,211,119); }

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

border-color css

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

 span { border-color: rgb(43,211,119); }

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