Shades of Spring Green #2AF489
Tints of Spring Green #2AF489
RGB
CMYK
RGB Variations
Color information
#2AF489 (or 0x2AF489) is known color: Spring Green. HEX triplet: 2A, F4 and 89. RGB value is (42,244,137). Sum of RGB (Red+Green+Blue) = 42+244+137=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF489 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF489 is #D50B76. Grayscale: #ABABAB. Windows color (decimal): -13962103 or 9040938. OLE color: 9040938.
HSL color Cylindrical-coordinate representation of color #2AF489: hue angle of 148.22º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF489 is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 137 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.04 |
| HSL | 148.22º | 0.9% | 0.56% | - |
| HSV(B) | 148.22º | 0.83% | 0.96% | - |
| XYZ | 37.82 | 67 | 34.61 | - |
| YUV | 171.4 | 108.58 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 137 | 0.83 | 0 | 0.44 | 0.04 | 148.22 | 0.9 | 0.56 |
| Hex | 2A | F4 | 89 | 53 | 0 | 2C | 4 | 94 | 5A | 38 |
| Octal | 52 | 364 | 211 | 123 | 0 | 54 | 4 | 224 | 132 | 70 |
| Binary | 101010 | 11110100 | 10001001 | 1010011 | 0 | 101100 | 100 | 10010100 | 1011010 | 111000 |
Color Harmonies of #2AF489
Complementary color
Monochromatic Colors of #2AF489
Black with #2AF489
Text Example
Text Example
White with #2AF489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF489; }
p { color: rgb(42,244,137); }
H1.HeaderClassName
{
color: #2AF489;
}
.AnyTagClassName
{
color: #2AF489;
}
</style>
background-color css
<style>
a { background-color: #2AF489; }
a { background-color: rgb(42,244,137); }
div.DivClassName
{
background-color: #2AF489;
}
.BgClassName
{
background-color: #2AF489;
}
</style>
border-color css
<style>
span { border-color: #2AF489; }
span { border-color: rgb(42,244,137); }
td.TdClassName
{
border-color: #2AF489;
}
.TagClassName
{
border-color: #2AF489;
}
</style>