Shades of Spring Green #2FF96D
Tints of Spring Green #2FF96D
RGB
CMYK
RGB Variations
Color information
#2FF96D (or 0x2FF96D) is known color: Spring Green. HEX triplet: 2F, F9 and 6D. RGB value is (47,249,109). Sum of RGB (Red+Green+Blue) = 47+249+109=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF96D is #D00692. Grayscale: #ADADAD. Windows color (decimal): -13633171 or 7207215. OLE color: 7207215.
HSL color Cylindrical-coordinate representation of color #2FF96D: hue angle of 138.42º 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 #2FF96D is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 109 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.02 |
| HSL | 138.42º | 0.94% | 0.58% | - |
| HSV(B) | 138.42º | 0.81% | 0.98% | - |
| XYZ | 37.81 | 69.46 | 25.88 | - |
| YUV | 172.64 | 92.08 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 109 | 0.81 | 0 | 0.56 | 0.02 | 138.42 | 0.94 | 0.58 |
| Hex | 2F | F9 | 6D | 51 | 0 | 38 | 2 | 8A | 5E | 3A |
| Octal | 57 | 371 | 155 | 121 | 0 | 70 | 2 | 212 | 136 | 72 |
| Binary | 101111 | 11111001 | 1101101 | 1010001 | 0 | 111000 | 10 | 10001010 | 1011110 | 111010 |
Color Harmonies of #2FF96D
Complementary color
Monochromatic Colors of #2FF96D
Black with #2FF96D
Text Example
Text Example
White with #2FF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF96D; }
p { color: rgb(47,249,109); }
H1.HeaderClassName
{
color: #2FF96D;
}
.AnyTagClassName
{
color: #2FF96D;
}
</style>
background-color css
<style>
a { background-color: #2FF96D; }
a { background-color: rgb(47,249,109); }
div.DivClassName
{
background-color: #2FF96D;
}
.BgClassName
{
background-color: #2FF96D;
}
</style>
border-color css
<style>
span { border-color: #2FF96D; }
span { border-color: rgb(47,249,109); }
td.TdClassName
{
border-color: #2FF96D;
}
.TagClassName
{
border-color: #2FF96D;
}
</style>