Shades of Medium Sea Green #2AB75C
Tints of Medium Sea Green #2AB75C
RGB
CMYK
RGB Variations
Color information
#2AB75C (or 0x2AB75C) is known color: Medium Sea Green. HEX triplet: 2A, B7 and 5C. RGB value is (42,183,92). Sum of RGB (Red+Green+Blue) = 42+183+92=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB75C is #D548A3. Grayscale: #828282. Windows color (decimal): -13977764 or 6076202. OLE color: 6076202.
HSL color Cylindrical-coordinate representation of color #2AB75C: hue angle of 141.28º 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 #2AB75C is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 92 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.28 |
| HSL | 141.28º | 0.63% | 0.44% | - |
| HSV(B) | 141.28º | 0.77% | 0.72% | - |
| XYZ | 19.82 | 35.13 | 15.86 | - |
| YUV | 130.47 | 106.29 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 92 | 0.77 | 0 | 0.50 | 0.28 | 141.28 | 0.63 | 0.44 |
| Hex | 2A | B7 | 5C | 4D | 0 | 32 | 1C | 8D | 3F | 2C |
| Octal | 52 | 267 | 134 | 115 | 0 | 62 | 34 | 215 | 77 | 54 |
| Binary | 101010 | 10110111 | 1011100 | 1001101 | 0 | 110010 | 11100 | 10001101 | 111111 | 101100 |
Color Harmonies of #2AB75C
Complementary color
Monochromatic Colors of #2AB75C
Black with #2AB75C
Text Example
Text Example
White with #2AB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB75C; }
p { color: rgb(42,183,92); }
H1.HeaderClassName
{
color: #2AB75C;
}
.AnyTagClassName
{
color: #2AB75C;
}
</style>
background-color css
<style>
a { background-color: #2AB75C; }
a { background-color: rgb(42,183,92); }
div.DivClassName
{
background-color: #2AB75C;
}
.BgClassName
{
background-color: #2AB75C;
}
</style>
border-color css
<style>
span { border-color: #2AB75C; }
span { border-color: rgb(42,183,92); }
td.TdClassName
{
border-color: #2AB75C;
}
.TagClassName
{
border-color: #2AB75C;
}
</style>