Shades of Spring Green #2AFE84
Tints of Spring Green #2AFE84
RGB
CMYK
RGB Variations
Color information
#2AFE84 (or 0x2AFE84) is known color: Spring Green. HEX triplet: 2A, FE and 84. RGB value is (42,254,132). Sum of RGB (Red+Green+Blue) = 42+254+132=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFE84 is #D5017B. Grayscale: #B0B0B0. Windows color (decimal): -13959548 or 8715818. OLE color: 8715818.
HSL color Cylindrical-coordinate representation of color #2AFE84: hue angle of 145.47º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE84 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 132 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.00 |
| HSL | 145.47º | 0.99% | 0.58% | - |
| HSV(B) | 145.47º | 0.83% | 1% | - |
| XYZ | 40.56 | 73.04 | 33.79 | - |
| YUV | 176.7 | 102.76 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 132 | 0.83 | 0 | 0.48 | 0.00 | 145.47 | 0.99 | 0.58 |
| Hex | 2A | FE | 84 | 53 | 0 | 30 | 0 | 91 | 63 | 3A |
| Octal | 52 | 376 | 204 | 123 | 0 | 60 | 0 | 221 | 143 | 72 |
| Binary | 101010 | 11111110 | 10000100 | 1010011 | 0 | 110000 | 0 | 10010001 | 1100011 | 111010 |
Color Harmonies of #2AFE84
Complementary color
Monochromatic Colors of #2AFE84
Black with #2AFE84
Text Example
Text Example
White with #2AFE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFE84; }
p { color: rgb(42,254,132); }
H1.HeaderClassName
{
color: #2AFE84;
}
.AnyTagClassName
{
color: #2AFE84;
}
</style>
background-color css
<style>
a { background-color: #2AFE84; }
a { background-color: rgb(42,254,132); }
div.DivClassName
{
background-color: #2AFE84;
}
.BgClassName
{
background-color: #2AFE84;
}
</style>
border-color css
<style>
span { border-color: #2AFE84; }
span { border-color: rgb(42,254,132); }
td.TdClassName
{
border-color: #2AFE84;
}
.TagClassName
{
border-color: #2AFE84;
}
</style>