Shades of Spring Green #2AFF76
Tints of Spring Green #2AFF76
RGB
CMYK
RGB Variations
Color information
#2AFF76 (or 0x2AFF76) is known color: Spring Green. HEX triplet: 2A, FF and 76. RGB value is (42,255,118). Sum of RGB (Red+Green+Blue) = 42+255+118=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF76 is #D50089. Grayscale: #B0B0B0. Windows color (decimal): -13959306 or 7798570. OLE color: 7798570.
HSL color Cylindrical-coordinate representation of color #2AFF76: hue angle of 141.41º 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 #2AFF76 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 118 | - |
| CMYK | 0.84 | 0 | 0.54 | 0 |
| HSL | 141.41º | 1% | 0.58% | - |
| HSV(B) | 141.41º | 0.84% | 1% | - |
| XYZ | 39.98 | 73.32 | 29.18 | - |
| YUV | 175.7 | 95.43 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 118 | 0.84 | 0 | 0.54 | 0 | 141.41 | 1 | 0.58 |
| Hex | 2A | FF | 76 | 54 | 0 | 36 | 0 | 8D | 64 | 3A |
| Octal | 52 | 377 | 166 | 124 | 0 | 66 | 0 | 215 | 144 | 72 |
| Binary | 101010 | 11111111 | 1110110 | 1010100 | 0 | 110110 | 0 | 10001101 | 1100100 | 111010 |
Color Harmonies of #2AFF76
Complementary color
Monochromatic Colors of #2AFF76
Black with #2AFF76
Text Example
Text Example
White with #2AFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF76; }
p { color: rgb(42,255,118); }
H1.HeaderClassName
{
color: #2AFF76;
}
.AnyTagClassName
{
color: #2AFF76;
}
</style>
background-color css
<style>
a { background-color: #2AFF76; }
a { background-color: rgb(42,255,118); }
div.DivClassName
{
background-color: #2AFF76;
}
.BgClassName
{
background-color: #2AFF76;
}
</style>
border-color css
<style>
span { border-color: #2AFF76; }
span { border-color: rgb(42,255,118); }
td.TdClassName
{
border-color: #2AFF76;
}
.TagClassName
{
border-color: #2AFF76;
}
</style>