Shades of Spring Green #2AFF7B
Tints of Spring Green #2AFF7B
RGB
CMYK
RGB Variations
Color information
#2AFF7B (or 0x2AFF7B) is known color: Spring Green. HEX triplet: 2A, FF and 7B. RGB value is (42,255,123). Sum of RGB (Red+Green+Blue) = 42+255+123=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF7B is #D50084. Grayscale: #B0B0B0. Windows color (decimal): -13959301 or 8126250. OLE color: 8126250.
HSL color Cylindrical-coordinate representation of color #2AFF7B: hue angle of 142.82º 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 #2AFF7B is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 123 | - |
| CMYK | 0.84 | 0 | 0.52 | 0 |
| HSL | 142.82º | 1% | 0.58% | - |
| HSV(B) | 142.82º | 0.84% | 1% | - |
| XYZ | 40.29 | 73.44 | 30.79 | - |
| YUV | 176.27 | 97.93 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 123 | 0.84 | 0 | 0.52 | 0 | 142.82 | 1 | 0.58 |
| Hex | 2A | FF | 7B | 54 | 0 | 34 | 0 | 8F | 64 | 3A |
| Octal | 52 | 377 | 173 | 124 | 0 | 64 | 0 | 217 | 144 | 72 |
| Binary | 101010 | 11111111 | 1111011 | 1010100 | 0 | 110100 | 0 | 10001111 | 1100100 | 111010 |
Color Harmonies of #2AFF7B
Complementary color
Monochromatic Colors of #2AFF7B
Black with #2AFF7B
Text Example
Text Example
White with #2AFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF7B; }
p { color: rgb(42,255,123); }
H1.HeaderClassName
{
color: #2AFF7B;
}
.AnyTagClassName
{
color: #2AFF7B;
}
</style>
background-color css
<style>
a { background-color: #2AFF7B; }
a { background-color: rgb(42,255,123); }
div.DivClassName
{
background-color: #2AFF7B;
}
.BgClassName
{
background-color: #2AFF7B;
}
</style>
border-color css
<style>
span { border-color: #2AFF7B; }
span { border-color: rgb(42,255,123); }
td.TdClassName
{
border-color: #2AFF7B;
}
.TagClassName
{
border-color: #2AFF7B;
}
</style>