#2ab55b

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

Shades of Medium Sea Green #2AB55B

Tints of Medium Sea Green #2AB55B

Color information

#2AB55B (or 0x2AB55B) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B5 and 5B. RGB value is (42,181,91). Sum of RGB (Red+Green+Blue) = 42+181+91=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB55B is #D54AA4. Grayscale: #818181. Windows color (decimal): -13978277 or 6010154. OLE color: 6010154.

HSL color Cylindrical-coordinate representation of color #2AB55B: hue angle of 141.15º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB55B is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB4218191-
CMYK0.7700.500.29
HSL141.15º62.33%43.73%-
HSV(B)141.15º76.8%70.98%-
XYZ19.3734.315.5-
YUV129.18106.4565.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.38%
GREEN value IS 181 (71.09% from 255) = 57.64%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=13.38%
G=57.64%
B=28.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42181910.7700.500.29141.1562.3343.73
Hex2AB55B4D0321D8d3e2c
Octal52265133115062352157654
Binary101010101101011011011100110101100101110110001101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab55b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,181,91); }

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

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

 a { background-color: rgb(42,181,91); }

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

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

 span { border-color: rgb(42,181,91); }

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