Shades of Spring Green #2AFF78
Tints of Spring Green #2AFF78
RGB
CMYK
RGB Variations
Color information
#2AFF78 (or 0x2AFF78) is known color: Spring Green. HEX triplet: 2A, FF and 78. RGB value is (42,255,120). Sum of RGB (Red+Green+Blue) = 42+255+120=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFF78 is #D50087. Grayscale: #B0B0B0. Windows color (decimal): -13959304 or 7929642. OLE color: 7929642.
HSL color Cylindrical-coordinate representation of color #2AFF78: hue angle of 141.97º 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 #2AFF78 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 120 | - |
| CMYK | 0.84 | 0 | 0.53 | 0 |
| HSL | 141.97º | 1% | 0.58% | - |
| HSV(B) | 141.97º | 0.84% | 1% | - |
| XYZ | 40.11 | 73.37 | 29.82 | - |
| YUV | 175.92 | 96.43 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 120 | 0.84 | 0 | 0.53 | 0 | 141.97 | 1 | 0.58 |
| Hex | 2A | FF | 78 | 54 | 0 | 35 | 0 | 8E | 64 | 3A |
| Octal | 52 | 377 | 170 | 124 | 0 | 65 | 0 | 216 | 144 | 72 |
| Binary | 101010 | 11111111 | 1111000 | 1010100 | 0 | 110101 | 0 | 10001110 | 1100100 | 111010 |
Color Harmonies of #2AFF78
Complementary color
Monochromatic Colors of #2AFF78
Black with #2AFF78
Text Example
Text Example
White with #2AFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFF78; }
p { color: rgb(42,255,120); }
H1.HeaderClassName
{
color: #2AFF78;
}
.AnyTagClassName
{
color: #2AFF78;
}
</style>
background-color css
<style>
a { background-color: #2AFF78; }
a { background-color: rgb(42,255,120); }
div.DivClassName
{
background-color: #2AFF78;
}
.BgClassName
{
background-color: #2AFF78;
}
</style>
border-color css
<style>
span { border-color: #2AFF78; }
span { border-color: rgb(42,255,120); }
td.TdClassName
{
border-color: #2AFF78;
}
.TagClassName
{
border-color: #2AFF78;
}
</style>