#2bb15e

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

Shades of Medium Sea Green #2BB15E

Tints of Medium Sea Green #2BB15E

Color information

#2BB15E (or 0x2BB15E) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B1 and 5E. RGB value is (43,177,94). Sum of RGB (Red+Green+Blue) = 43+177+94=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB15E is #D44EA1. Grayscale: #7F7F7F. Windows color (decimal): -13913762 or 6205739. OLE color: 6205739.

HSL color Cylindrical-coordinate representation of color #2BB15E: hue angle of 142.84º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB15E is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB4317794-
CMYK0.7600.470.31
HSL142.84º60.91%43.14%-
HSV(B)142.84º75.71%69.41%-
XYZ18.7432.7715.93-
YUV127.47109.1167.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 177 (69.53% from 255) = 56.37%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=13.69%
G=56.37%
B=29.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43177940.7600.470.31142.8460.9143.14
Hex2BB15E4C02F1F8f3d2b
Octal53261136114057372177553
Binary101011101100011011110100110001011111111110001111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bb15e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,177,94); }

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

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

 a { background-color: rgb(43,177,94); }

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

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

 span { border-color: rgb(43,177,94); }

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