Shades of Spring Green #2FF982
Tints of Spring Green #2FF982
RGB
CMYK
RGB Variations
Color information
#2FF982 (or 0x2FF982) is known color: Spring Green. HEX triplet: 2F, F9 and 82. RGB value is (47,249,130). Sum of RGB (Red+Green+Blue) = 47+249+130=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 249 (97.66% from 255 or 58.45% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF982 is #D0067D. Grayscale: #AFAFAF. Windows color (decimal): -13633150 or 8583471. OLE color: 8583471.
HSL color Cylindrical-coordinate representation of color #2FF982: hue angle of 144.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF982 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 130 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.02 |
| HSL | 144.65º | 0.94% | 0.58% | - |
| HSV(B) | 144.65º | 0.81% | 0.98% | - |
| XYZ | 39.08 | 69.97 | 32.56 | - |
| YUV | 175.04 | 102.58 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 130 | 0.81 | 0 | 0.48 | 0.02 | 144.65 | 0.94 | 0.58 |
| Hex | 2F | F9 | 82 | 51 | 0 | 30 | 2 | 91 | 5E | 3A |
| Octal | 57 | 371 | 202 | 121 | 0 | 60 | 2 | 221 | 136 | 72 |
| Binary | 101111 | 11111001 | 10000010 | 1010001 | 0 | 110000 | 10 | 10010001 | 1011110 | 111010 |
Color Harmonies of #2FF982
Complementary color
Monochromatic Colors of #2FF982
Black with #2FF982
Text Example
Text Example
White with #2FF982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF982; }
p { color: rgb(47,249,130); }
H1.HeaderClassName
{
color: #2FF982;
}
.AnyTagClassName
{
color: #2FF982;
}
</style>
background-color css
<style>
a { background-color: #2FF982; }
a { background-color: rgb(47,249,130); }
div.DivClassName
{
background-color: #2FF982;
}
.BgClassName
{
background-color: #2FF982;
}
</style>
border-color css
<style>
span { border-color: #2FF982; }
span { border-color: rgb(47,249,130); }
td.TdClassName
{
border-color: #2FF982;
}
.TagClassName
{
border-color: #2FF982;
}
</style>