Shades of Medium Sea Green #2ABB58
Tints of Medium Sea Green #2ABB58
RGB
CMYK
RGB Variations
Color information
#2ABB58 (or 0x2ABB58) is known color: Medium Sea Green. HEX triplet: 2A, BB and 58. RGB value is (42,187,88). Sum of RGB (Red+Green+Blue) = 42+187+88=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB58 is #D544A7. Grayscale: #848484. Windows color (decimal): -13976744 or 5815082. OLE color: 5815082.
HSL color Cylindrical-coordinate representation of color #2ABB58: hue angle of 139.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB58 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 88 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.27 |
| HSL | 139.03º | 0.63% | 0.45% | - |
| HSV(B) | 139.03º | 0.78% | 0.73% | - |
| XYZ | 20.49 | 36.74 | 15.24 | - |
| YUV | 132.36 | 102.96 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 88 | 0.78 | 0 | 0.53 | 0.27 | 139.03 | 0.63 | 0.45 |
| Hex | 2A | BB | 58 | 4E | 0 | 35 | 1B | 8B | 3F | 2D |
| Octal | 52 | 273 | 130 | 116 | 0 | 65 | 33 | 213 | 77 | 55 |
| Binary | 101010 | 10111011 | 1011000 | 1001110 | 0 | 110101 | 11011 | 10001011 | 111111 | 101101 |
Color Harmonies of #2ABB58
Complementary color
Monochromatic Colors of #2ABB58
Black with #2ABB58
Text Example
Text Example
White with #2ABB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABB58; }
p { color: rgb(42,187,88); }
H1.HeaderClassName
{
color: #2ABB58;
}
.AnyTagClassName
{
color: #2ABB58;
}
</style>
background-color css
<style>
a { background-color: #2ABB58; }
a { background-color: rgb(42,187,88); }
div.DivClassName
{
background-color: #2ABB58;
}
.BgClassName
{
background-color: #2ABB58;
}
</style>
border-color css
<style>
span { border-color: #2ABB58; }
span { border-color: rgb(42,187,88); }
td.TdClassName
{
border-color: #2ABB58;
}
.TagClassName
{
border-color: #2ABB58;
}
</style>