Html Css Color HEX #2AF99B Medium Spring Green
📋 copy color: '#2AF99B'red 42 ◦ green 249 ◦ blue 155
Shades of Medium Spring Green #2AF99B
Tints of Medium Spring Green #2AF99B
RGB
CMYK
RGB Variations
Color information
#2AF99B (or 0x2AF99B) is known color: Medium Spring Green. HEX triplet: 2A, F9 and 9B. RGB value is (42,249,155). Sum of RGB (Red+Green+Blue) = 42+249+155=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF99B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF99B is #D50664. Grayscale: #B0B0B0. Windows color (decimal): -13960805 or 10221866. OLE color: 10221866.
HSL color Cylindrical-coordinate representation of color #2AF99B: hue angle of 152.75º 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 #2AF99B is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 155 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.02 |
| HSL | 152.75º | 0.95% | 0.57% | - |
| HSV(B) | 152.75º | 0.83% | 0.98% | - |
| XYZ | 40.75 | 70.61 | 42.49 | - |
| YUV | 176.39 | 115.92 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 155 | 0.83 | 0 | 0.38 | 0.02 | 152.75 | 0.95 | 0.57 |
| Hex | 2A | F9 | 9B | 53 | 0 | 26 | 2 | 99 | 5F | 39 |
| Octal | 52 | 371 | 233 | 123 | 0 | 46 | 2 | 231 | 137 | 71 |
| Binary | 101010 | 11111001 | 10011011 | 1010011 | 0 | 100110 | 10 | 10011001 | 1011111 | 111001 |
Color Harmonies of #2AF99B
Complementary color
Monochromatic Colors of #2AF99B
Black with #2AF99B
Text Example
Text Example
White with #2AF99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF99B; }
p { color: rgb(42,249,155); }
H1.HeaderClassName
{
color: #2AF99B;
}
.AnyTagClassName
{
color: #2AF99B;
}
</style>
background-color css
<style>
a { background-color: #2AF99B; }
a { background-color: rgb(42,249,155); }
div.DivClassName
{
background-color: #2AF99B;
}
.BgClassName
{
background-color: #2AF99B;
}
</style>
border-color css
<style>
span { border-color: #2AF99B; }
span { border-color: rgb(42,249,155); }
td.TdClassName
{
border-color: #2AF99B;
}
.TagClassName
{
border-color: #2AF99B;
}
</style>