#2AB75B

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

Shades of Medium Sea Green #2AB75B

Tints of Medium Sea Green #2AB75B

Color information

#2AB75B (or 0x2AB75B) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B7 and 5B. RGB value is (42,183,91). Sum of RGB (Red+Green+Blue) = 42+183+91=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB75B is #D548A4. Grayscale: #828282. Windows color (decimal): -13977765 or 6010666. OLE color: 6010666.

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

Color convert

RGB4218391-
CMYK0.7700.500.28
HSL140.85º62.67%44.12%-
HSV(B)140.85º77.05%71.76%-
XYZ19.7835.1115.63-
YUV130.35105.7964.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 183 (71.88% from 255) = 57.91%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=13.29%
G=57.91%
B=28.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42183910.7700.500.28140.8562.6744.12
Hex2AB75B4D0321C8d3f2c
Octal52267133115062342157754
Binary101010101101111011011100110101100101110010001101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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