Shades of Medium Sea Green #2ABE54
Tints of Medium Sea Green #2ABE54
RGB
CMYK
RGB Variations
Color information
#2ABE54 (or 0x2ABE54) is known color: Medium Sea Green. HEX triplet: 2A, BE and 54. RGB value is (42,190,84). Sum of RGB (Red+Green+Blue) = 42+190+84=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE54 is #D541AB. Grayscale: #858585. Windows color (decimal): -13975980 or 5553706. OLE color: 5553706.
HSL color Cylindrical-coordinate representation of color #2ABE54: hue angle of 137.03º 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 #2ABE54 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 84 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.25 |
| HSL | 137.03º | 0.64% | 0.45% | - |
| HSV(B) | 137.03º | 0.78% | 0.75% | - |
| XYZ | 20.97 | 37.96 | 14.61 | - |
| YUV | 133.66 | 99.97 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 84 | 0.78 | 0 | 0.56 | 0.25 | 137.03 | 0.64 | 0.45 |
| Hex | 2A | BE | 54 | 4E | 0 | 38 | 19 | 89 | 40 | 2D |
| Octal | 52 | 276 | 124 | 116 | 0 | 70 | 31 | 211 | 100 | 55 |
| Binary | 101010 | 10111110 | 1010100 | 1001110 | 0 | 111000 | 11001 | 10001001 | 1000000 | 101101 |
Color Harmonies of #2ABE54
Complementary color
Monochromatic Colors of #2ABE54
Black with #2ABE54
Text Example
Text Example
White with #2ABE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE54; }
p { color: rgb(42,190,84); }
H1.HeaderClassName
{
color: #2ABE54;
}
.AnyTagClassName
{
color: #2ABE54;
}
</style>
background-color css
<style>
a { background-color: #2ABE54; }
a { background-color: rgb(42,190,84); }
div.DivClassName
{
background-color: #2ABE54;
}
.BgClassName
{
background-color: #2ABE54;
}
</style>
border-color css
<style>
span { border-color: #2ABE54; }
span { border-color: rgb(42,190,84); }
td.TdClassName
{
border-color: #2ABE54;
}
.TagClassName
{
border-color: #2ABE54;
}
</style>