Shades of Spring Green #2FF984
Tints of Spring Green #2FF984
RGB
CMYK
RGB Variations
Color information
#2FF984 (or 0x2FF984) is known color: Spring Green. HEX triplet: 2F, F9 and 84. RGB value is (47,249,132). Sum of RGB (Red+Green+Blue) = 47+249+132=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF984 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF984 is #D0067B. Grayscale: #AFAFAF. Windows color (decimal): -13633148 or 8714543. OLE color: 8714543.
HSL color Cylindrical-coordinate representation of color #2FF984: hue angle of 145.25º 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 #2FF984 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 132 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.02 |
| HSL | 145.25º | 0.94% | 0.58% | - |
| HSV(B) | 145.25º | 0.81% | 0.98% | - |
| XYZ | 39.21 | 70.02 | 33.28 | - |
| YUV | 175.26 | 103.58 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 132 | 0.81 | 0 | 0.47 | 0.02 | 145.25 | 0.94 | 0.58 |
| Hex | 2F | F9 | 84 | 51 | 0 | 2F | 2 | 91 | 5E | 3A |
| Octal | 57 | 371 | 204 | 121 | 0 | 57 | 2 | 221 | 136 | 72 |
| Binary | 101111 | 11111001 | 10000100 | 1010001 | 0 | 101111 | 10 | 10010001 | 1011110 | 111010 |
Color Harmonies of #2FF984
Complementary color
Monochromatic Colors of #2FF984
Black with #2FF984
Text Example
Text Example
White with #2FF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF984; }
p { color: rgb(47,249,132); }
H1.HeaderClassName
{
color: #2FF984;
}
.AnyTagClassName
{
color: #2FF984;
}
</style>
background-color css
<style>
a { background-color: #2FF984; }
a { background-color: rgb(47,249,132); }
div.DivClassName
{
background-color: #2FF984;
}
.BgClassName
{
background-color: #2FF984;
}
</style>
border-color css
<style>
span { border-color: #2FF984; }
span { border-color: rgb(47,249,132); }
td.TdClassName
{
border-color: #2FF984;
}
.TagClassName
{
border-color: #2FF984;
}
</style>