Shades of Spring Green #2AFF7C
Tints of Spring Green #2AFF7C
RGB
CMYK
RGB Variations
Color information
#2AFF7C (or 0x2AFF7C) is known color: Spring Green. HEX triplet: 2A, FF and 7C. RGB value is (42,255,124). Sum of RGB (Red+Green+Blue) = 42+255+124=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF7C is #D50083. Grayscale: #B0B0B0. Windows color (decimal): -13959300 or 8191786. OLE color: 8191786.
HSL color Cylindrical-coordinate representation of color #2AFF7C: hue angle of 143.1º 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 #2AFF7C is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 124 | - |
| CMYK | 0.84 | 0 | 0.51 | 0 |
| HSL | 143.1º | 1% | 0.58% | - |
| HSV(B) | 143.1º | 0.84% | 1% | - |
| XYZ | 40.35 | 73.47 | 31.12 | - |
| YUV | 176.38 | 98.43 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 124 | 0.84 | 0 | 0.51 | 0 | 143.1 | 1 | 0.58 |
| Hex | 2A | FF | 7C | 54 | 0 | 33 | 0 | 8F | 64 | 3A |
| Octal | 52 | 377 | 174 | 124 | 0 | 63 | 0 | 217 | 144 | 72 |
| Binary | 101010 | 11111111 | 1111100 | 1010100 | 0 | 110011 | 0 | 10001111 | 1100100 | 111010 |
Color Harmonies of #2AFF7C
Complementary color
Monochromatic Colors of #2AFF7C
Black with #2AFF7C
Text Example
Text Example
White with #2AFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF7C; }
p { color: rgb(42,255,124); }
H1.HeaderClassName
{
color: #2AFF7C;
}
.AnyTagClassName
{
color: #2AFF7C;
}
</style>
background-color css
<style>
a { background-color: #2AFF7C; }
a { background-color: rgb(42,255,124); }
div.DivClassName
{
background-color: #2AFF7C;
}
.BgClassName
{
background-color: #2AFF7C;
}
</style>
border-color css
<style>
span { border-color: #2AFF7C; }
span { border-color: rgb(42,255,124); }
td.TdClassName
{
border-color: #2AFF7C;
}
.TagClassName
{
border-color: #2AFF7C;
}
</style>