Shades of Spring Green #2AFC78
Tints of Spring Green #2AFC78
RGB
CMYK
RGB Variations
Color information
#2AFC78 (or 0x2AFC78) is known color: Spring Green. HEX triplet: 2A, FC and 78. RGB value is (42,252,120). Sum of RGB (Red+Green+Blue) = 42+252+120=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFC78 is #D50387. Grayscale: #AEAEAE. Windows color (decimal): -13960072 or 7928874. OLE color: 7928874.
HSL color Cylindrical-coordinate representation of color #2AFC78: hue angle of 142.29º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFC78 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 120 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.01 |
| HSL | 142.29º | 0.97% | 0.58% | - |
| HSV(B) | 142.29º | 0.83% | 0.99% | - |
| XYZ | 39.16 | 71.47 | 29.5 | - |
| YUV | 174.16 | 97.43 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 120 | 0.83 | 0 | 0.52 | 0.01 | 142.29 | 0.97 | 0.58 |
| Hex | 2A | FC | 78 | 53 | 0 | 34 | 1 | 8E | 61 | 3A |
| Octal | 52 | 374 | 170 | 123 | 0 | 64 | 1 | 216 | 141 | 72 |
| Binary | 101010 | 11111100 | 1111000 | 1010011 | 0 | 110100 | 1 | 10001110 | 1100001 | 111010 |
Color Harmonies of #2AFC78
Complementary color
Monochromatic Colors of #2AFC78
Black with #2AFC78
Text Example
Text Example
White with #2AFC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFC78; }
p { color: rgb(42,252,120); }
H1.HeaderClassName
{
color: #2AFC78;
}
.AnyTagClassName
{
color: #2AFC78;
}
</style>
background-color css
<style>
a { background-color: #2AFC78; }
a { background-color: rgb(42,252,120); }
div.DivClassName
{
background-color: #2AFC78;
}
.BgClassName
{
background-color: #2AFC78;
}
</style>
border-color css
<style>
span { border-color: #2AFC78; }
span { border-color: rgb(42,252,120); }
td.TdClassName
{
border-color: #2AFC78;
}
.TagClassName
{
border-color: #2AFC78;
}
</style>