Html Css Color HEX #2AF99A Medium Spring Green
📋 copy color: '#2AF99A'red 42 ◦ green 249 ◦ blue 154
Shades of Medium Spring Green #2AF99A
Tints of Medium Spring Green #2AF99A
RGB
CMYK
RGB Variations
Color information
#2AF99A (or 0x2AF99A) is known color: Medium Spring Green. HEX triplet: 2A, F9 and 9A. RGB value is (42,249,154). Sum of RGB (Red+Green+Blue) = 42+249+154=445 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.44% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF99A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF99A is #D50665. Grayscale: #B0B0B0. Windows color (decimal): -13960806 or 10156330. OLE color: 10156330.
HSL color Cylindrical-coordinate representation of color #2AF99A: hue angle of 152.46º 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 #2AF99A is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 154 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.02 |
| HSL | 152.46º | 0.95% | 0.57% | - |
| HSV(B) | 152.46º | 0.83% | 0.98% | - |
| XYZ | 40.66 | 70.58 | 42.05 | - |
| YUV | 176.28 | 115.42 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 154 | 0.83 | 0 | 0.38 | 0.02 | 152.46 | 0.95 | 0.57 |
| Hex | 2A | F9 | 9A | 53 | 0 | 26 | 2 | 98 | 5F | 39 |
| Octal | 52 | 371 | 232 | 123 | 0 | 46 | 2 | 230 | 137 | 71 |
| Binary | 101010 | 11111001 | 10011010 | 1010011 | 0 | 100110 | 10 | 10011000 | 1011111 | 111001 |
Color Harmonies of #2AF99A
Complementary color
Monochromatic Colors of #2AF99A
Black with #2AF99A
Text Example
Text Example
White with #2AF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF99A; }
p { color: rgb(42,249,154); }
H1.HeaderClassName
{
color: #2AF99A;
}
.AnyTagClassName
{
color: #2AF99A;
}
</style>
background-color css
<style>
a { background-color: #2AF99A; }
a { background-color: rgb(42,249,154); }
div.DivClassName
{
background-color: #2AF99A;
}
.BgClassName
{
background-color: #2AF99A;
}
</style>
border-color css
<style>
span { border-color: #2AF99A; }
span { border-color: rgb(42,249,154); }
td.TdClassName
{
border-color: #2AF99A;
}
.TagClassName
{
border-color: #2AF99A;
}
</style>