Shades of Spring Green #2AFF79
Tints of Spring Green #2AFF79
RGB
CMYK
RGB Variations
Color information
#2AFF79 (or 0x2AFF79) is known color: Spring Green. HEX triplet: 2A, FF and 79. RGB value is (42,255,121). Sum of RGB (Red+Green+Blue) = 42+255+121=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF79 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF79 is #D50086. Grayscale: #B0B0B0. Windows color (decimal): -13959303 or 7995178. OLE color: 7995178.
HSL color Cylindrical-coordinate representation of color #2AFF79: hue angle of 142.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFF79 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 121 | - |
| CMYK | 0.84 | 0 | 0.53 | 0 |
| HSL | 142.25º | 1% | 0.58% | - |
| HSV(B) | 142.25º | 0.84% | 1% | - |
| XYZ | 40.17 | 73.39 | 30.14 | - |
| YUV | 176.04 | 96.93 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 121 | 0.84 | 0 | 0.53 | 0 | 142.25 | 1 | 0.58 |
| Hex | 2A | FF | 79 | 54 | 0 | 35 | 0 | 8E | 64 | 3A |
| Octal | 52 | 377 | 171 | 124 | 0 | 65 | 0 | 216 | 144 | 72 |
| Binary | 101010 | 11111111 | 1111001 | 1010100 | 0 | 110101 | 0 | 10001110 | 1100100 | 111010 |
Color Harmonies of #2AFF79
Complementary color
Monochromatic Colors of #2AFF79
Black with #2AFF79
Text Example
Text Example
White with #2AFF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF79; }
p { color: rgb(42,255,121); }
H1.HeaderClassName
{
color: #2AFF79;
}
.AnyTagClassName
{
color: #2AFF79;
}
</style>
background-color css
<style>
a { background-color: #2AFF79; }
a { background-color: rgb(42,255,121); }
div.DivClassName
{
background-color: #2AFF79;
}
.BgClassName
{
background-color: #2AFF79;
}
</style>
border-color css
<style>
span { border-color: #2AFF79; }
span { border-color: rgb(42,255,121); }
td.TdClassName
{
border-color: #2AFF79;
}
.TagClassName
{
border-color: #2AFF79;
}
</style>