Shades of Spring Green #2AF174
Tints of Spring Green #2AF174
RGB
CMYK
RGB Variations
Color information
#2AF174 (or 0x2AF174) is known color: Spring Green. HEX triplet: 2A, F1 and 74. RGB value is (42,241,116). Sum of RGB (Red+Green+Blue) = 42+241+116=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF174 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF174 is #D50E8B. Grayscale: #A7A7A7. Windows color (decimal): -13962892 or 7663914. OLE color: 7663914.
HSL color Cylindrical-coordinate representation of color #2AF174: hue angle of 142.31º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF174 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 116 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.05 |
| HSL | 142.31º | 0.88% | 0.55% | - |
| HSV(B) | 142.31º | 0.83% | 0.95% | - |
| XYZ | 35.56 | 64.66 | 27.13 | - |
| YUV | 167.25 | 99.07 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 116 | 0.83 | 0 | 0.52 | 0.05 | 142.31 | 0.88 | 0.55 |
| Hex | 2A | F1 | 74 | 53 | 0 | 34 | 5 | 8E | 58 | 37 |
| Octal | 52 | 361 | 164 | 123 | 0 | 64 | 5 | 216 | 130 | 67 |
| Binary | 101010 | 11110001 | 1110100 | 1010011 | 0 | 110100 | 101 | 10001110 | 1011000 | 110111 |
Color Harmonies of #2AF174
Complementary color
Monochromatic Colors of #2AF174
Black with #2AF174
Text Example
Text Example
White with #2AF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF174; }
p { color: rgb(42,241,116); }
H1.HeaderClassName
{
color: #2AF174;
}
.AnyTagClassName
{
color: #2AF174;
}
</style>
background-color css
<style>
a { background-color: #2AF174; }
a { background-color: rgb(42,241,116); }
div.DivClassName
{
background-color: #2AF174;
}
.BgClassName
{
background-color: #2AF174;
}
</style>
border-color css
<style>
span { border-color: #2AF174; }
span { border-color: rgb(42,241,116); }
td.TdClassName
{
border-color: #2AF174;
}
.TagClassName
{
border-color: #2AF174;
}
</style>