#2BB35B

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

Shades of Medium Sea Green #2BB35B

Tints of Medium Sea Green #2BB35B

Color information

#2BB35B (or 0x2BB35B) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B3 and 5B. RGB value is (43,179,91). Sum of RGB (Red+Green+Blue) = 43+179+91=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB35B is #D44CA4. Grayscale: #808080. Windows color (decimal): -13913253 or 6009643. OLE color: 6009643.

HSL color Cylindrical-coordinate representation of color #2BB35B: hue angle of 141.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB35B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB4317991-
CMYK0.7600.490.30
HSL141.18º61.26%43.53%-
HSV(B)141.18º75.98%70.2%-
XYZ1933.5115.36-
YUV128.3106.9467.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 179 (70.31% from 255) = 57.19%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=13.74%
G=57.19%
B=29.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal43179910.7600.490.30141.1861.2643.53
Hex2BB35B4C0311E8d3d2c
Octal53263133114061362157554
Binary101011101100111011011100110001100011111010001101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,179,91); }

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

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

 a { background-color: rgb(43,179,91); }

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

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

 span { border-color: rgb(43,179,91); }

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