Shades of Medium Sea Green #2AB55F
Tints of Medium Sea Green #2AB55F
RGB
CMYK
RGB Variations
Color information
#2AB55F (or 0x2AB55F) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 5F. RGB value is (42,181,95). Sum of RGB (Red+Green+Blue) = 42+181+95=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB55F is #D54AA0. Grayscale: #818181. Windows color (decimal): -13978273 or 6272298. OLE color: 6272298.
HSL color Cylindrical-coordinate representation of color #2AB55F: hue angle of 142.88º 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 #2AB55F is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 95 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.29 |
| HSL | 142.88º | 0.62% | 0.44% | - |
| HSV(B) | 142.88º | 0.77% | 0.71% | - |
| XYZ | 19.54 | 34.37 | 16.43 | - |
| YUV | 129.64 | 108.45 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 95 | 0.77 | 0 | 0.48 | 0.29 | 142.88 | 0.62 | 0.44 |
| Hex | 2A | B5 | 5F | 4D | 0 | 30 | 1D | 8F | 3E | 2C |
| Octal | 52 | 265 | 137 | 115 | 0 | 60 | 35 | 217 | 76 | 54 |
| Binary | 101010 | 10110101 | 1011111 | 1001101 | 0 | 110000 | 11101 | 10001111 | 111110 | 101100 |
Color Harmonies of #2AB55F
Complementary color
Monochromatic Colors of #2AB55F
Black with #2AB55F
Text Example
Text Example
White with #2AB55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB55F; }
p { color: rgb(42,181,95); }
H1.HeaderClassName
{
color: #2AB55F;
}
.AnyTagClassName
{
color: #2AB55F;
}
</style>
background-color css
<style>
a { background-color: #2AB55F; }
a { background-color: rgb(42,181,95); }
div.DivClassName
{
background-color: #2AB55F;
}
.BgClassName
{
background-color: #2AB55F;
}
</style>
border-color css
<style>
span { border-color: #2AB55F; }
span { border-color: rgb(42,181,95); }
td.TdClassName
{
border-color: #2AB55F;
}
.TagClassName
{
border-color: #2AB55F;
}
</style>