Shades of Spring Green #2FF98A
Tints of Spring Green #2FF98A
RGB
CMYK
RGB Variations
Color information
#2FF98A (or 0x2FF98A) is known color: Spring Green. HEX triplet: 2F, F9 and 8A. RGB value is (47,249,138). Sum of RGB (Red+Green+Blue) = 47+249+138=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF98A is #D00675. Grayscale: #B0B0B0. Windows color (decimal): -13633142 or 9107759. OLE color: 9107759.
HSL color Cylindrical-coordinate representation of color #2FF98A: hue angle of 147.03º 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 #2FF98A is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 138 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.02 |
| HSL | 147.03º | 0.94% | 0.58% | - |
| HSV(B) | 147.03º | 0.81% | 0.98% | - |
| XYZ | 39.64 | 70.19 | 35.5 | - |
| YUV | 175.95 | 106.58 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 138 | 0.81 | 0 | 0.45 | 0.02 | 147.03 | 0.94 | 0.58 |
| Hex | 2F | F9 | 8A | 51 | 0 | 2D | 2 | 93 | 5E | 3A |
| Octal | 57 | 371 | 212 | 121 | 0 | 55 | 2 | 223 | 136 | 72 |
| Binary | 101111 | 11111001 | 10001010 | 1010001 | 0 | 101101 | 10 | 10010011 | 1011110 | 111010 |
Color Harmonies of #2FF98A
Complementary color
Monochromatic Colors of #2FF98A
Black with #2FF98A
Text Example
Text Example
White with #2FF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF98A; }
p { color: rgb(47,249,138); }
H1.HeaderClassName
{
color: #2FF98A;
}
.AnyTagClassName
{
color: #2FF98A;
}
</style>
background-color css
<style>
a { background-color: #2FF98A; }
a { background-color: rgb(47,249,138); }
div.DivClassName
{
background-color: #2FF98A;
}
.BgClassName
{
background-color: #2FF98A;
}
</style>
border-color css
<style>
span { border-color: #2FF98A; }
span { border-color: rgb(47,249,138); }
td.TdClassName
{
border-color: #2FF98A;
}
.TagClassName
{
border-color: #2FF98A;
}
</style>