Html Css Color HEX #2AF998 Medium Spring Green
📋 copy color: '#2AF998'red 42 ◦ green 249 ◦ blue 152
Shades of Medium Spring Green #2AF998
Tints of Medium Spring Green #2AF998
RGB
CMYK
RGB Variations
Color information
#2AF998 (or 0x2AF998) is known color: Medium Spring Green. HEX triplet: 2A, F9 and 98. RGB value is (42,249,152). Sum of RGB (Red+Green+Blue) = 42+249+152=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF998 is #D50667. Grayscale: #B0B0B0. Windows color (decimal): -13960808 or 10025258. OLE color: 10025258.
HSL color Cylindrical-coordinate representation of color #2AF998: hue angle of 151.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF998 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 152 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.02 |
| HSL | 151.88º | 0.95% | 0.57% | - |
| HSV(B) | 151.88º | 0.83% | 0.98% | - |
| XYZ | 40.5 | 70.51 | 41.18 | - |
| YUV | 176.05 | 114.42 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 152 | 0.83 | 0 | 0.39 | 0.02 | 151.88 | 0.95 | 0.57 |
| Hex | 2A | F9 | 98 | 53 | 0 | 27 | 2 | 98 | 5F | 39 |
| Octal | 52 | 371 | 230 | 123 | 0 | 47 | 2 | 230 | 137 | 71 |
| Binary | 101010 | 11111001 | 10011000 | 1010011 | 0 | 100111 | 10 | 10011000 | 1011111 | 111001 |
Color Harmonies of #2AF998
Complementary color
Monochromatic Colors of #2AF998
Black with #2AF998
Text Example
Text Example
White with #2AF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF998; }
p { color: rgb(42,249,152); }
H1.HeaderClassName
{
color: #2AF998;
}
.AnyTagClassName
{
color: #2AF998;
}
</style>
background-color css
<style>
a { background-color: #2AF998; }
a { background-color: rgb(42,249,152); }
div.DivClassName
{
background-color: #2AF998;
}
.BgClassName
{
background-color: #2AF998;
}
</style>
border-color css
<style>
span { border-color: #2AF998; }
span { border-color: rgb(42,249,152); }
td.TdClassName
{
border-color: #2AF998;
}
.TagClassName
{
border-color: #2AF998;
}
</style>