Html Css Color HEX #2AFA90 Medium Spring Green
📋 copy color: '#2AFA90'red 42 ◦ green 250 ◦ blue 144
Shades of Medium Spring Green #2AFA90
Tints of Medium Spring Green #2AFA90
RGB
CMYK
RGB Variations
Color information
#2AFA90 (or 0x2AFA90) is known color: Medium Spring Green. HEX triplet: 2A, FA and 90. RGB value is (42,250,144). Sum of RGB (Red+Green+Blue) = 42+250+144=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFA90 is #D5056F. Grayscale: #AFAFAF. Windows color (decimal): -13960560 or 9501226. OLE color: 9501226.
HSL color Cylindrical-coordinate representation of color #2AFA90: hue angle of 149.42º 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 #2AFA90 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 144 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.02 |
| HSL | 149.42º | 0.95% | 0.57% | - |
| HSV(B) | 149.42º | 0.83% | 0.98% | - |
| XYZ | 40.17 | 70.88 | 37.95 | - |
| YUV | 175.72 | 110.09 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 144 | 0.83 | 0 | 0.42 | 0.02 | 149.42 | 0.95 | 0.57 |
| Hex | 2A | FA | 90 | 53 | 0 | 2A | 2 | 95 | 5F | 39 |
| Octal | 52 | 372 | 220 | 123 | 0 | 52 | 2 | 225 | 137 | 71 |
| Binary | 101010 | 11111010 | 10010000 | 1010011 | 0 | 101010 | 10 | 10010101 | 1011111 | 111001 |
Color Harmonies of #2AFA90
Complementary color
Monochromatic Colors of #2AFA90
Black with #2AFA90
Text Example
Text Example
White with #2AFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA90; }
p { color: rgb(42,250,144); }
H1.HeaderClassName
{
color: #2AFA90;
}
.AnyTagClassName
{
color: #2AFA90;
}
</style>
background-color css
<style>
a { background-color: #2AFA90; }
a { background-color: rgb(42,250,144); }
div.DivClassName
{
background-color: #2AFA90;
}
.BgClassName
{
background-color: #2AFA90;
}
</style>
border-color css
<style>
span { border-color: #2AFA90; }
span { border-color: rgb(42,250,144); }
td.TdClassName
{
border-color: #2AFA90;
}
.TagClassName
{
border-color: #2AFA90;
}
</style>