Shades of Spring Green #2AFA7B
Tints of Spring Green #2AFA7B
RGB
CMYK
RGB Variations
Color information
#2AFA7B (or 0x2AFA7B) is known color: Spring Green. HEX triplet: 2A, FA and 7B. RGB value is (42,250,123). Sum of RGB (Red+Green+Blue) = 42+250+123=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFA7B is #D50584. Grayscale: #ADADAD. Windows color (decimal): -13960581 or 8124970. OLE color: 8124970.
HSL color Cylindrical-coordinate representation of color #2AFA7B: hue angle of 143.37º 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 #2AFA7B is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 123 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.02 |
| HSL | 143.37º | 0.95% | 0.57% | - |
| HSV(B) | 143.37º | 0.83% | 0.98% | - |
| XYZ | 38.72 | 70.29 | 30.27 | - |
| YUV | 173.33 | 99.59 | 34.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 123 | 0.83 | 0 | 0.51 | 0.02 | 143.37 | 0.95 | 0.57 |
| Hex | 2A | FA | 7B | 53 | 0 | 33 | 2 | 8F | 5F | 39 |
| Octal | 52 | 372 | 173 | 123 | 0 | 63 | 2 | 217 | 137 | 71 |
| Binary | 101010 | 11111010 | 1111011 | 1010011 | 0 | 110011 | 10 | 10001111 | 1011111 | 111001 |
Color Harmonies of #2AFA7B
Complementary color
Monochromatic Colors of #2AFA7B
Black with #2AFA7B
Text Example
Text Example
White with #2AFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFA7B; }
p { color: rgb(42,250,123); }
H1.HeaderClassName
{
color: #2AFA7B;
}
.AnyTagClassName
{
color: #2AFA7B;
}
</style>
background-color css
<style>
a { background-color: #2AFA7B; }
a { background-color: rgb(42,250,123); }
div.DivClassName
{
background-color: #2AFA7B;
}
.BgClassName
{
background-color: #2AFA7B;
}
</style>
border-color css
<style>
span { border-color: #2AFA7B; }
span { border-color: rgb(42,250,123); }
td.TdClassName
{
border-color: #2AFA7B;
}
.TagClassName
{
border-color: #2AFA7B;
}
</style>