Shades of Spring Green #2AFF87
Tints of Spring Green #2AFF87
RGB
CMYK
RGB Variations
Color information
#2AFF87 (or 0x2AFF87) is known color: Spring Green. HEX triplet: 2A, FF and 87. RGB value is (42,255,135). Sum of RGB (Red+Green+Blue) = 42+255+135=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF87 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF87 is #D50078. Grayscale: #B1B1B1. Windows color (decimal): -13959289 or 8912682. OLE color: 8912682.
HSL color Cylindrical-coordinate representation of color #2AFF87: hue angle of 146.2º 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 #2AFF87 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 135 | - |
| CMYK | 0.84 | 0 | 0.47 | 0 |
| HSL | 146.2º | 1% | 0.58% | - |
| HSV(B) | 146.2º | 0.84% | 1% | - |
| XYZ | 41.09 | 73.76 | 34.99 | - |
| YUV | 177.63 | 103.93 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 135 | 0.84 | 0 | 0.47 | 0 | 146.2 | 1 | 0.58 |
| Hex | 2A | FF | 87 | 54 | 0 | 2F | 0 | 92 | 64 | 3A |
| Octal | 52 | 377 | 207 | 124 | 0 | 57 | 0 | 222 | 144 | 72 |
| Binary | 101010 | 11111111 | 10000111 | 1010100 | 0 | 101111 | 0 | 10010010 | 1100100 | 111010 |
Color Harmonies of #2AFF87
Complementary color
Monochromatic Colors of #2AFF87
Black with #2AFF87
Text Example
Text Example
White with #2AFF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF87; }
p { color: rgb(42,255,135); }
H1.HeaderClassName
{
color: #2AFF87;
}
.AnyTagClassName
{
color: #2AFF87;
}
</style>
background-color css
<style>
a { background-color: #2AFF87; }
a { background-color: rgb(42,255,135); }
div.DivClassName
{
background-color: #2AFF87;
}
.BgClassName
{
background-color: #2AFF87;
}
</style>
border-color css
<style>
span { border-color: #2AFF87; }
span { border-color: rgb(42,255,135); }
td.TdClassName
{
border-color: #2AFF87;
}
.TagClassName
{
border-color: #2AFF87;
}
</style>