Shades of Spring Green #2AF679
Tints of Spring Green #2AF679
RGB
CMYK
RGB Variations
Color information
#2AF679 (or 0x2AF679) is known color: Spring Green. HEX triplet: 2A, F6 and 79. RGB value is (42,246,121). Sum of RGB (Red+Green+Blue) = 42+246+121=409 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.27% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #2AF679 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF679 is #D50986. Grayscale: #ABABAB. Windows color (decimal): -13961607 or 7992874. OLE color: 7992874.
HSL color Cylindrical-coordinate representation of color #2AF679: hue angle of 143.24º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF679 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 246 | 121 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.04 |
| HSL | 143.24º | 0.92% | 0.56% | - |
| HSV(B) | 143.24º | 0.83% | 0.96% | - |
| XYZ | 37.36 | 67.78 | 29.2 | - |
| YUV | 170.75 | 99.91 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 246 | 121 | 0.83 | 0 | 0.51 | 0.04 | 143.24 | 0.92 | 0.56 |
| Hex | 2A | F6 | 79 | 53 | 0 | 33 | 4 | 8F | 5C | 38 |
| Octal | 52 | 366 | 171 | 123 | 0 | 63 | 4 | 217 | 134 | 70 |
| Binary | 101010 | 11110110 | 1111001 | 1010011 | 0 | 110011 | 100 | 10001111 | 1011100 | 111000 |
Color Harmonies of #2AF679
Complementary color
Monochromatic Colors of #2AF679
Black with #2AF679
Text Example
Text Example
White with #2AF679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF679; }
p { color: rgb(42,246,121); }
H1.HeaderClassName
{
color: #2AF679;
}
.AnyTagClassName
{
color: #2AF679;
}
</style>
background-color css
<style>
a { background-color: #2AF679; }
a { background-color: rgb(42,246,121); }
div.DivClassName
{
background-color: #2AF679;
}
.BgClassName
{
background-color: #2AF679;
}
</style>
border-color css
<style>
span { border-color: #2AF679; }
span { border-color: rgb(42,246,121); }
td.TdClassName
{
border-color: #2AF679;
}
.TagClassName
{
border-color: #2AF679;
}
</style>