#2bc377

Color #2BC377 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2BC377

Tints of Medium Sea Green #2BC377

Color information

#2BC377 (or 0x2BC377) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C3 and 77. RGB value is (43,195,119). Sum of RGB (Red+Green+Blue) = 43+195+119=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC377 is #D43C88. Grayscale: #8D8D8D. Windows color (decimal): -13909129 or 7848747. OLE color: 7848747.

HSL color Cylindrical-coordinate representation of color #2BC377: hue angle of 150º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC377 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB43195119-
CMYK0.7800.390.24
HSL150º63.87%46.67%-
HSV(B)150º77.95%76.47%-
XYZ23.8440.8824.09-
YUV140.89115.6458.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.04%
GREEN value IS 195 (76.56% from 255) = 54.62%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=12.04%
G=54.62%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal431951190.7800.390.2415063.8746.67
Hex2BC3774E0271896402f
Octal533031671160473022610057
Binary1010111100001111101111001110010011111000100101101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2bc377;
 }
 .AnyTagClassName
 {
   color: #2bc377;
 }
</style>
background-color css

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

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

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

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

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

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