Shades of Spring Green #2AFA70
Tints of Spring Green #2AFA70
RGB
CMYK
RGB Variations
Color information
#2AFA70 (or 0x2AFA70) is known color: Spring Green. HEX triplet: 2A, FA and 70. RGB value is (42,250,112). Sum of RGB (Red+Green+Blue) = 42+250+112=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 250 (98.05% from 255 or 61.88% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFA70 is #D5058F. Grayscale: #ACACAC. Windows color (decimal): -13960592 or 7404074. OLE color: 7404074.
HSL color Cylindrical-coordinate representation of color #2AFA70: hue angle of 140.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFA70 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 112 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.02 |
| HSL | 140.19º | 0.95% | 0.57% | - |
| HSV(B) | 140.19º | 0.83% | 0.98% | - |
| XYZ | 38.07 | 70.03 | 26.84 | - |
| YUV | 172.08 | 94.09 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 112 | 0.83 | 0 | 0.55 | 0.02 | 140.19 | 0.95 | 0.57 |
| Hex | 2A | FA | 70 | 53 | 0 | 37 | 2 | 8C | 5F | 39 |
| Octal | 52 | 372 | 160 | 123 | 0 | 67 | 2 | 214 | 137 | 71 |
| Binary | 101010 | 11111010 | 1110000 | 1010011 | 0 | 110111 | 10 | 10001100 | 1011111 | 111001 |
Color Harmonies of #2AFA70
Complementary color
Monochromatic Colors of #2AFA70
Black with #2AFA70
Text Example
Text Example
White with #2AFA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA70; }
p { color: rgb(42,250,112); }
H1.HeaderClassName
{
color: #2AFA70;
}
.AnyTagClassName
{
color: #2AFA70;
}
</style>
background-color css
<style>
a { background-color: #2AFA70; }
a { background-color: rgb(42,250,112); }
div.DivClassName
{
background-color: #2AFA70;
}
.BgClassName
{
background-color: #2AFA70;
}
</style>
border-color css
<style>
span { border-color: #2AFA70; }
span { border-color: rgb(42,250,112); }
td.TdClassName
{
border-color: #2AFA70;
}
.TagClassName
{
border-color: #2AFA70;
}
</style>