Shades of Spring Green #2FF96E
Tints of Spring Green #2FF96E
RGB
CMYK
RGB Variations
Color information
#2FF96E (or 0x2FF96E) is known color: Spring Green. HEX triplet: 2F, F9 and 6E. RGB value is (47,249,110). Sum of RGB (Red+Green+Blue) = 47+249+110=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 249 (97.66% from 255 or 61.33% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF96E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF96E is #D00691. Grayscale: #ADADAD. Windows color (decimal): -13633170 or 7272751. OLE color: 7272751.
HSL color Cylindrical-coordinate representation of color #2FF96E: hue angle of 138.71º 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 #2FF96E is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 110 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.02 |
| HSL | 138.71º | 0.94% | 0.58% | - |
| HSV(B) | 138.71º | 0.81% | 0.98% | - |
| XYZ | 37.86 | 69.48 | 26.17 | - |
| YUV | 172.76 | 92.58 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 110 | 0.81 | 0 | 0.56 | 0.02 | 138.71 | 0.94 | 0.58 |
| Hex | 2F | F9 | 6E | 51 | 0 | 38 | 2 | 8B | 5E | 3A |
| Octal | 57 | 371 | 156 | 121 | 0 | 70 | 2 | 213 | 136 | 72 |
| Binary | 101111 | 11111001 | 1101110 | 1010001 | 0 | 111000 | 10 | 10001011 | 1011110 | 111010 |
Color Harmonies of #2FF96E
Complementary color
Monochromatic Colors of #2FF96E
Black with #2FF96E
Text Example
Text Example
White with #2FF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF96E; }
p { color: rgb(47,249,110); }
H1.HeaderClassName
{
color: #2FF96E;
}
.AnyTagClassName
{
color: #2FF96E;
}
</style>
background-color css
<style>
a { background-color: #2FF96E; }
a { background-color: rgb(47,249,110); }
div.DivClassName
{
background-color: #2FF96E;
}
.BgClassName
{
background-color: #2FF96E;
}
</style>
border-color css
<style>
span { border-color: #2FF96E; }
span { border-color: rgb(47,249,110); }
td.TdClassName
{
border-color: #2FF96E;
}
.TagClassName
{
border-color: #2FF96E;
}
</style>