Shades of Medium Sea Green #2ABE62
Tints of Medium Sea Green #2ABE62
RGB
CMYK
RGB Variations
Color information
#2ABE62 (or 0x2ABE62) is known color: Medium Sea Green. HEX triplet: 2A, BE and 62. RGB value is (42,190,98). Sum of RGB (Red+Green+Blue) = 42+190+98=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE62 is #D5419D. Grayscale: #878787. Windows color (decimal): -13975966 or 6471210. OLE color: 6471210.
HSL color Cylindrical-coordinate representation of color #2ABE62: hue angle of 142.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE62 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 98 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.25 |
| HSL | 142.7º | 0.64% | 0.45% | - |
| HSV(B) | 142.7º | 0.78% | 0.75% | - |
| XYZ | 21.57 | 38.2 | 17.79 | - |
| YUV | 135.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 98 | 0.78 | 0 | 0.48 | 0.25 | 142.7 | 0.64 | 0.45 |
| Hex | 2A | BE | 62 | 4E | 0 | 30 | 19 | 8F | 40 | 2D |
| Octal | 52 | 276 | 142 | 116 | 0 | 60 | 31 | 217 | 100 | 55 |
| Binary | 101010 | 10111110 | 1100010 | 1001110 | 0 | 110000 | 11001 | 10001111 | 1000000 | 101101 |
Color Harmonies of #2ABE62
Complementary color
Monochromatic Colors of #2ABE62
Black with #2ABE62
Text Example
Text Example
White with #2ABE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE62; }
p { color: rgb(42,190,98); }
H1.HeaderClassName
{
color: #2ABE62;
}
.AnyTagClassName
{
color: #2ABE62;
}
</style>
background-color css
<style>
a { background-color: #2ABE62; }
a { background-color: rgb(42,190,98); }
div.DivClassName
{
background-color: #2ABE62;
}
.BgClassName
{
background-color: #2ABE62;
}
</style>
border-color css
<style>
span { border-color: #2ABE62; }
span { border-color: rgb(42,190,98); }
td.TdClassName
{
border-color: #2ABE62;
}
.TagClassName
{
border-color: #2ABE62;
}
</style>