Shades of Medium Sea Green #2ABF58
Tints of Medium Sea Green #2ABF58
RGB
CMYK
RGB Variations
Color information
#2ABF58 (or 0x2ABF58) is known color: Medium Sea Green. HEX triplet: 2A, BF and 58. RGB value is (42,191,88). Sum of RGB (Red+Green+Blue) = 42+191+88=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF58 is #D540A7. Grayscale: #868686. Windows color (decimal): -13975720 or 5816106. OLE color: 5816106.
HSL color Cylindrical-coordinate representation of color #2ABF58: hue angle of 138.52º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF58 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 88 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.25 |
| HSL | 138.52º | 0.64% | 0.46% | - |
| HSV(B) | 138.52º | 0.78% | 0.75% | - |
| XYZ | 21.35 | 38.46 | 15.53 | - |
| YUV | 134.71 | 101.64 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 88 | 0.78 | 0 | 0.54 | 0.25 | 138.52 | 0.64 | 0.46 |
| Hex | 2A | BF | 58 | 4E | 0 | 36 | 19 | 8B | 40 | 2E |
| Octal | 52 | 277 | 130 | 116 | 0 | 66 | 31 | 213 | 100 | 56 |
| Binary | 101010 | 10111111 | 1011000 | 1001110 | 0 | 110110 | 11001 | 10001011 | 1000000 | 101110 |
Color Harmonies of #2ABF58
Complementary color
Monochromatic Colors of #2ABF58
Black with #2ABF58
Text Example
Text Example
White with #2ABF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF58; }
p { color: rgb(42,191,88); }
H1.HeaderClassName
{
color: #2ABF58;
}
.AnyTagClassName
{
color: #2ABF58;
}
</style>
background-color css
<style>
a { background-color: #2ABF58; }
a { background-color: rgb(42,191,88); }
div.DivClassName
{
background-color: #2ABF58;
}
.BgClassName
{
background-color: #2ABF58;
}
</style>
border-color css
<style>
span { border-color: #2ABF58; }
span { border-color: rgb(42,191,88); }
td.TdClassName
{
border-color: #2ABF58;
}
.TagClassName
{
border-color: #2ABF58;
}
</style>