Shades of Spring Green #2AFD89
Tints of Spring Green #2AFD89
RGB
CMYK
RGB Variations
Color information
#2AFD89 (or 0x2AFD89) is known color: Spring Green. HEX triplet: 2A, FD and 89. RGB value is (42,253,137). Sum of RGB (Red+Green+Blue) = 42+253+137=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 253 (99.22% from 255 or 58.56% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFD89 is #D50276. Grayscale: #B0B0B0. Windows color (decimal): -13959799 or 9043242. OLE color: 9043242.
HSL color Cylindrical-coordinate representation of color #2AFD89: hue angle of 147.01º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFD89 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 137 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.01 |
| HSL | 147.01º | 0.98% | 0.58% | - |
| HSV(B) | 147.01º | 0.83% | 0.99% | - |
| XYZ | 40.6 | 72.55 | 35.53 | - |
| YUV | 176.69 | 105.6 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 137 | 0.83 | 0 | 0.46 | 0.01 | 147.01 | 0.98 | 0.58 |
| Hex | 2A | FD | 89 | 53 | 0 | 2E | 1 | 93 | 62 | 3A |
| Octal | 52 | 375 | 211 | 123 | 0 | 56 | 1 | 223 | 142 | 72 |
| Binary | 101010 | 11111101 | 10001001 | 1010011 | 0 | 101110 | 1 | 10010011 | 1100010 | 111010 |
Color Harmonies of #2AFD89
Complementary color
Monochromatic Colors of #2AFD89
Black with #2AFD89
Text Example
Text Example
White with #2AFD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFD89; }
p { color: rgb(42,253,137); }
H1.HeaderClassName
{
color: #2AFD89;
}
.AnyTagClassName
{
color: #2AFD89;
}
</style>
background-color css
<style>
a { background-color: #2AFD89; }
a { background-color: rgb(42,253,137); }
div.DivClassName
{
background-color: #2AFD89;
}
.BgClassName
{
background-color: #2AFD89;
}
</style>
border-color css
<style>
span { border-color: #2AFD89; }
span { border-color: rgb(42,253,137); }
td.TdClassName
{
border-color: #2AFD89;
}
.TagClassName
{
border-color: #2AFD89;
}
</style>