Html Css Color HEX #2AF79A Medium Spring Green
📋 copy color: '#2AF79A'red 42 ◦ green 247 ◦ blue 154
Shades of Medium Spring Green #2AF79A
Tints of Medium Spring Green #2AF79A
RGB
CMYK
RGB Variations
Color information
#2AF79A (or 0x2AF79A) is known color: Medium Spring Green. HEX triplet: 2A, F7 and 9A. RGB value is (42,247,154). Sum of RGB (Red+Green+Blue) = 42+247+154=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 247 (96.88% from 255 or 55.76% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF79A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF79A is #D50865. Grayscale: #AFAFAF. Windows color (decimal): -13961318 or 10155818. OLE color: 10155818.
HSL color Cylindrical-coordinate representation of color #2AF79A: hue angle of 152.78º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF79A is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 154 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.03 |
| HSL | 152.78º | 0.93% | 0.57% | - |
| HSV(B) | 152.78º | 0.83% | 0.97% | - |
| XYZ | 40.05 | 69.35 | 41.85 | - |
| YUV | 175.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 154 | 0.83 | 0 | 0.38 | 0.03 | 152.78 | 0.93 | 0.57 |
| Hex | 2A | F7 | 9A | 53 | 0 | 26 | 3 | 99 | 5D | 39 |
| Octal | 52 | 367 | 232 | 123 | 0 | 46 | 3 | 231 | 135 | 71 |
| Binary | 101010 | 11110111 | 10011010 | 1010011 | 0 | 100110 | 11 | 10011001 | 1011101 | 111001 |
Color Harmonies of #2AF79A
Complementary color
Monochromatic Colors of #2AF79A
Black with #2AF79A
Text Example
Text Example
White with #2AF79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF79A; }
p { color: rgb(42,247,154); }
H1.HeaderClassName
{
color: #2AF79A;
}
.AnyTagClassName
{
color: #2AF79A;
}
</style>
background-color css
<style>
a { background-color: #2AF79A; }
a { background-color: rgb(42,247,154); }
div.DivClassName
{
background-color: #2AF79A;
}
.BgClassName
{
background-color: #2AF79A;
}
</style>
border-color css
<style>
span { border-color: #2AF79A; }
span { border-color: rgb(42,247,154); }
td.TdClassName
{
border-color: #2AF79A;
}
.TagClassName
{
border-color: #2AF79A;
}
</style>