Shades of Medium Sea Green #2AB55C
Tints of Medium Sea Green #2AB55C
RGB
CMYK
RGB Variations
Color information
#2AB55C (or 0x2AB55C) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 5C. RGB value is (42,181,92). Sum of RGB (Red+Green+Blue) = 42+181+92=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB55C is #D54AA3. Grayscale: #818181. Windows color (decimal): -13978276 or 6075690. OLE color: 6075690.
HSL color Cylindrical-coordinate representation of color #2AB55C: hue angle of 141.58º 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 #2AB55C is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 92 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.29 |
| HSL | 141.58º | 0.62% | 0.44% | - |
| HSV(B) | 141.58º | 0.77% | 0.71% | - |
| XYZ | 19.41 | 34.31 | 15.73 | - |
| YUV | 129.29 | 106.95 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 92 | 0.77 | 0 | 0.49 | 0.29 | 141.58 | 0.62 | 0.44 |
| Hex | 2A | B5 | 5C | 4D | 0 | 31 | 1D | 8E | 3E | 2C |
| Octal | 52 | 265 | 134 | 115 | 0 | 61 | 35 | 216 | 76 | 54 |
| Binary | 101010 | 10110101 | 1011100 | 1001101 | 0 | 110001 | 11101 | 10001110 | 111110 | 101100 |
Color Harmonies of #2AB55C
Complementary color
Monochromatic Colors of #2AB55C
Black with #2AB55C
Text Example
Text Example
White with #2AB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB55C; }
p { color: rgb(42,181,92); }
H1.HeaderClassName
{
color: #2AB55C;
}
.AnyTagClassName
{
color: #2AB55C;
}
</style>
background-color css
<style>
a { background-color: #2AB55C; }
a { background-color: rgb(42,181,92); }
div.DivClassName
{
background-color: #2AB55C;
}
.BgClassName
{
background-color: #2AB55C;
}
</style>
border-color css
<style>
span { border-color: #2AB55C; }
span { border-color: rgb(42,181,92); }
td.TdClassName
{
border-color: #2AB55C;
}
.TagClassName
{
border-color: #2AB55C;
}
</style>