#2BB95E

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

Shades of Medium Sea Green #2BB95E

Tints of Medium Sea Green #2BB95E

Color information

#2BB95E (or 0x2BB95E) is unknown color: approx Medium Sea Green. HEX triplet: 2B, B9 and 5E. RGB value is (43,185,94). Sum of RGB (Red+Green+Blue) = 43+185+94=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB95E is #D446A1. Grayscale: #848484. Windows color (decimal): -13911714 or 6207787. OLE color: 6207787.

HSL color Cylindrical-coordinate representation of color #2BB95E: hue angle of 141.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB95E is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB4318594-
CMYK0.7700.490.27
HSL141.55º62.28%44.71%-
HSV(B)141.55º76.76%72.55%-
XYZ20.3736.0216.47-
YUV132.17106.4664.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 185 (72.66% from 255) = 57.45%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=13.35%
G=57.45%
B=29.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43185940.7700.490.27141.5562.2844.71
Hex2BB95E4D0311B8e3e2d
Octal53271136115061332167655
Binary101011101110011011110100110101100011101110001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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