Shades of Spring Green #2AFE8A
Tints of Spring Green #2AFE8A
RGB
CMYK
RGB Variations
Color information
#2AFE8A (or 0x2AFE8A) is known color: Spring Green. HEX triplet: 2A, FE and 8A. RGB value is (42,254,138). Sum of RGB (Red+Green+Blue) = 42+254+138=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 254 (99.61% from 255 or 58.53% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFE8A is #D50175. Grayscale: #B1B1B1. Windows color (decimal): -13959542 or 9109034. OLE color: 9109034.
HSL color Cylindrical-coordinate representation of color #2AFE8A: hue angle of 147.17º 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 #2AFE8A is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 138 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.00 |
| HSL | 147.17º | 0.99% | 0.58% | - |
| HSV(B) | 147.17º | 0.83% | 1% | - |
| XYZ | 40.98 | 73.21 | 36.02 | - |
| YUV | 177.39 | 105.76 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 138 | 0.83 | 0 | 0.46 | 0.00 | 147.17 | 0.99 | 0.58 |
| Hex | 2A | FE | 8A | 53 | 0 | 2E | 0 | 93 | 63 | 3A |
| Octal | 52 | 376 | 212 | 123 | 0 | 56 | 0 | 223 | 143 | 72 |
| Binary | 101010 | 11111110 | 10001010 | 1010011 | 0 | 101110 | 0 | 10010011 | 1100011 | 111010 |
Color Harmonies of #2AFE8A
Complementary color
Monochromatic Colors of #2AFE8A
Black with #2AFE8A
Text Example
Text Example
White with #2AFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE8A; }
p { color: rgb(42,254,138); }
H1.HeaderClassName
{
color: #2AFE8A;
}
.AnyTagClassName
{
color: #2AFE8A;
}
</style>
background-color css
<style>
a { background-color: #2AFE8A; }
a { background-color: rgb(42,254,138); }
div.DivClassName
{
background-color: #2AFE8A;
}
.BgClassName
{
background-color: #2AFE8A;
}
</style>
border-color css
<style>
span { border-color: #2AFE8A; }
span { border-color: rgb(42,254,138); }
td.TdClassName
{
border-color: #2AFE8A;
}
.TagClassName
{
border-color: #2AFE8A;
}
</style>