Html Css Color HEX #2AFF96 Medium Spring Green
📋 copy color: '#2AFF96'red 42 ◦ green 255 ◦ blue 150
Shades of Medium Spring Green #2AFF96
Tints of Medium Spring Green #2AFF96
RGB
CMYK
RGB Variations
Color information
#2AFF96 (or 0x2AFF96) is known color: Medium Spring Green. HEX triplet: 2A, FF and 96. RGB value is (42,255,150). Sum of RGB (Red+Green+Blue) = 42+255+150=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF96 is #D50069. Grayscale: #B3B3B3. Windows color (decimal): -13959274 or 9895722. OLE color: 9895722.
HSL color Cylindrical-coordinate representation of color #2AFF96: hue angle of 150.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF96 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 150 | - |
| CMYK | 0.84 | 0 | 0.41 | 0 |
| HSL | 150.42º | 1% | 0.58% | - |
| HSV(B) | 150.42º | 0.84% | 1% | - |
| XYZ | 42.22 | 74.21 | 40.95 | - |
| YUV | 179.34 | 111.43 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 150 | 0.84 | 0 | 0.41 | 0 | 150.42 | 1 | 0.58 |
| Hex | 2A | FF | 96 | 54 | 0 | 29 | 0 | 96 | 64 | 3A |
| Octal | 52 | 377 | 226 | 124 | 0 | 51 | 0 | 226 | 144 | 72 |
| Binary | 101010 | 11111111 | 10010110 | 1010100 | 0 | 101001 | 0 | 10010110 | 1100100 | 111010 |
Color Harmonies of #2AFF96
Complementary color
Monochromatic Colors of #2AFF96
Black with #2AFF96
Text Example
Text Example
White with #2AFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF96; }
p { color: rgb(42,255,150); }
H1.HeaderClassName
{
color: #2AFF96;
}
.AnyTagClassName
{
color: #2AFF96;
}
</style>
background-color css
<style>
a { background-color: #2AFF96; }
a { background-color: rgb(42,255,150); }
div.DivClassName
{
background-color: #2AFF96;
}
.BgClassName
{
background-color: #2AFF96;
}
</style>
border-color css
<style>
span { border-color: #2AFF96; }
span { border-color: rgb(42,255,150); }
td.TdClassName
{
border-color: #2AFF96;
}
.TagClassName
{
border-color: #2AFF96;
}
</style>