Shades of Spring Green #2AF882
Tints of Spring Green #2AF882
RGB
CMYK
RGB Variations
Color information
#2AF882 (or 0x2AF882) is known color: Spring Green. HEX triplet: 2A, F8 and 82. RGB value is (42,248,130). Sum of RGB (Red+Green+Blue) = 42+248+130=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 248 (97.27% from 255 or 59.05% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF882 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF882 is #D5077D. Grayscale: #ADADAD. Windows color (decimal): -13961086 or 8583210. OLE color: 8583210.
HSL color Cylindrical-coordinate representation of color #2AF882: hue angle of 145.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF882 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 130 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.03 |
| HSL | 145.63º | 0.94% | 0.57% | - |
| HSV(B) | 145.63º | 0.83% | 0.97% | - |
| XYZ | 38.55 | 69.24 | 32.45 | - |
| YUV | 172.95 | 103.75 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 130 | 0.83 | 0 | 0.48 | 0.03 | 145.63 | 0.94 | 0.57 |
| Hex | 2A | F8 | 82 | 53 | 0 | 30 | 3 | 92 | 5E | 39 |
| Octal | 52 | 370 | 202 | 123 | 0 | 60 | 3 | 222 | 136 | 71 |
| Binary | 101010 | 11111000 | 10000010 | 1010011 | 0 | 110000 | 11 | 10010010 | 1011110 | 111001 |
Color Harmonies of #2AF882
Complementary color
Monochromatic Colors of #2AF882
Black with #2AF882
Text Example
Text Example
White with #2AF882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF882; }
p { color: rgb(42,248,130); }
H1.HeaderClassName
{
color: #2AF882;
}
.AnyTagClassName
{
color: #2AF882;
}
</style>
background-color css
<style>
a { background-color: #2AF882; }
a { background-color: rgb(42,248,130); }
div.DivClassName
{
background-color: #2AF882;
}
.BgClassName
{
background-color: #2AF882;
}
</style>
border-color css
<style>
span { border-color: #2AF882; }
span { border-color: rgb(42,248,130); }
td.TdClassName
{
border-color: #2AF882;
}
.TagClassName
{
border-color: #2AF882;
}
</style>