Html Css Color HEX #2BD76C Medium Sea Green

📋 copy color: '#2BD76C'

red 43 ◦ green 215 ◦ blue 108

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

Shades of Medium Sea Green #2BD76C

Tints of Medium Sea Green #2BD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.74%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 11.75%
G = 58.74%
B = 29.51%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#2BD76C (or 0x2BD76C) is known color: Medium Sea Green. HEX triplet: 2B, D7 and 6C. RGB value is (43,215,108). Sum of RGB (Red+Green+Blue) = 43+215+108=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD76C is #D42893. Grayscale: #979797. Windows color (decimal): -13904020 or 7132971. OLE color: 7132971.

HSL color Cylindrical-coordinate representation of color #2BD76C: hue angle of 142.67º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD76C is Cyan = 0.8, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 215 108 -
CMYK 0.8 0 0.50 0.16
HSL 142.67º 0.68% 0.51% -
HSV(B) 142.67º 0.8% 0.84% -
XYZ 28 50.2 22.4 -
YUV 151.37 103.52 50.7 -
System Red Green Blue C M Y K H S L
Decimal 43 215 108 0.8 0 0.50 0.16 142.67 0.68 0.51
Hex 2B D7 6C 50 0 32 10 8F 44 33
Octal 53 327 154 120 0 62 20 217 104 63
Binary 101011 11010111 1101100 1010000 0 110010 10000 10001111 1000100 110011

Color Harmonies of #2BD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD76C

Black with #2BD76C

Text Example


Text Example

White with #2BD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,215,108); }

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

background-color css

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

 a { background-color: rgb(43,215,108); }

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

border-color css

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

 span { border-color: rgb(43,215,108); }

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