Shades of Spring Green #2AFD80
Tints of Spring Green #2AFD80
RGB
CMYK
RGB Variations
Color information
#2AFD80 (or 0x2AFD80) is known color: Spring Green. HEX triplet: 2A, FD and 80. RGB value is (42,253,128). Sum of RGB (Red+Green+Blue) = 42+253+128=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFD80 is #D5027F. Grayscale: #AFAFAF. Windows color (decimal): -13959808 or 8453418. OLE color: 8453418.
HSL color Cylindrical-coordinate representation of color #2AFD80: hue angle of 144.45º degrees, saturation: 0.98, 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 #2AFD80 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 128 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.01 |
| HSL | 144.46º | 0.98% | 0.58% | - |
| HSV(B) | 144.46º | 0.83% | 0.99% | - |
| XYZ | 39.98 | 72.3 | 32.27 | - |
| YUV | 175.66 | 101.1 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 128 | 0.83 | 0 | 0.49 | 0.01 | 144.46 | 0.98 | 0.58 |
| Hex | 2A | FD | 80 | 53 | 0 | 31 | 1 | 90 | 62 | 3A |
| Octal | 52 | 375 | 200 | 123 | 0 | 61 | 1 | 220 | 142 | 72 |
| Binary | 101010 | 11111101 | 10000000 | 1010011 | 0 | 110001 | 1 | 10010000 | 1100010 | 111010 |
Color Harmonies of #2AFD80
Complementary color
Monochromatic Colors of #2AFD80
Black with #2AFD80
Text Example
Text Example
White with #2AFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFD80; }
p { color: rgb(42,253,128); }
H1.HeaderClassName
{
color: #2AFD80;
}
.AnyTagClassName
{
color: #2AFD80;
}
</style>
background-color css
<style>
a { background-color: #2AFD80; }
a { background-color: rgb(42,253,128); }
div.DivClassName
{
background-color: #2AFD80;
}
.BgClassName
{
background-color: #2AFD80;
}
</style>
border-color css
<style>
span { border-color: #2AFD80; }
span { border-color: rgb(42,253,128); }
td.TdClassName
{
border-color: #2AFD80;
}
.TagClassName
{
border-color: #2AFD80;
}
</style>