Shades of Spring Green #2AFE86
Tints of Spring Green #2AFE86
RGB
CMYK
RGB Variations
Color information
#2AFE86 (or 0x2AFE86) is known color: Spring Green. HEX triplet: 2A, FE and 86. RGB value is (42,254,134). Sum of RGB (Red+Green+Blue) = 42+254+134=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFE86 is #D50179. Grayscale: #B1B1B1. Windows color (decimal): -13959546 or 8846890. OLE color: 8846890.
HSL color Cylindrical-coordinate representation of color #2AFE86: hue angle of 146.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE86 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 134 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.00 |
| HSL | 146.04º | 0.99% | 0.58% | - |
| HSV(B) | 146.04º | 0.83% | 1% | - |
| XYZ | 40.7 | 73.1 | 34.52 | - |
| YUV | 176.93 | 103.76 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 134 | 0.83 | 0 | 0.47 | 0.00 | 146.04 | 0.99 | 0.58 |
| Hex | 2A | FE | 86 | 53 | 0 | 2F | 0 | 92 | 63 | 3A |
| Octal | 52 | 376 | 206 | 123 | 0 | 57 | 0 | 222 | 143 | 72 |
| Binary | 101010 | 11111110 | 10000110 | 1010011 | 0 | 101111 | 0 | 10010010 | 1100011 | 111010 |
Color Harmonies of #2AFE86
Complementary color
Monochromatic Colors of #2AFE86
Black with #2AFE86
Text Example
Text Example
White with #2AFE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE86; }
p { color: rgb(42,254,134); }
H1.HeaderClassName
{
color: #2AFE86;
}
.AnyTagClassName
{
color: #2AFE86;
}
</style>
background-color css
<style>
a { background-color: #2AFE86; }
a { background-color: rgb(42,254,134); }
div.DivClassName
{
background-color: #2AFE86;
}
.BgClassName
{
background-color: #2AFE86;
}
</style>
border-color css
<style>
span { border-color: #2AFE86; }
span { border-color: rgb(42,254,134); }
td.TdClassName
{
border-color: #2AFE86;
}
.TagClassName
{
border-color: #2AFE86;
}
</style>