Shades of Spring Green #2AFC7A
Tints of Spring Green #2AFC7A
RGB
CMYK
RGB Variations
Color information
#2AFC7A (or 0x2AFC7A) is known color: Spring Green. HEX triplet: 2A, FC and 7A. RGB value is (42,252,122). Sum of RGB (Red+Green+Blue) = 42+252+122=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFC7A is #D50385. Grayscale: #AEAEAE. Windows color (decimal): -13960070 or 8059946. OLE color: 8059946.
HSL color Cylindrical-coordinate representation of color #2AFC7A: hue angle of 142.86º degrees, saturation: 0.97, 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 #2AFC7A is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 122 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.01 |
| HSL | 142.86º | 0.97% | 0.58% | - |
| HSV(B) | 142.86º | 0.83% | 0.99% | - |
| XYZ | 39.28 | 71.52 | 30.15 | - |
| YUV | 174.39 | 98.43 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 122 | 0.83 | 0 | 0.52 | 0.01 | 142.86 | 0.97 | 0.58 |
| Hex | 2A | FC | 7A | 53 | 0 | 34 | 1 | 8F | 61 | 3A |
| Octal | 52 | 374 | 172 | 123 | 0 | 64 | 1 | 217 | 141 | 72 |
| Binary | 101010 | 11111100 | 1111010 | 1010011 | 0 | 110100 | 1 | 10001111 | 1100001 | 111010 |
Color Harmonies of #2AFC7A
Complementary color
Monochromatic Colors of #2AFC7A
Black with #2AFC7A
Text Example
Text Example
White with #2AFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC7A; }
p { color: rgb(42,252,122); }
H1.HeaderClassName
{
color: #2AFC7A;
}
.AnyTagClassName
{
color: #2AFC7A;
}
</style>
background-color css
<style>
a { background-color: #2AFC7A; }
a { background-color: rgb(42,252,122); }
div.DivClassName
{
background-color: #2AFC7A;
}
.BgClassName
{
background-color: #2AFC7A;
}
</style>
border-color css
<style>
span { border-color: #2AFC7A; }
span { border-color: rgb(42,252,122); }
td.TdClassName
{
border-color: #2AFC7A;
}
.TagClassName
{
border-color: #2AFC7A;
}
</style>