Shades of Spring Green #2FF07E
Tints of Spring Green #2FF07E
RGB
CMYK
RGB Variations
Color information
#2FF07E (or 0x2FF07E) is known color: Spring Green. HEX triplet: 2F, F0 and 7E. RGB value is (47,240,126). Sum of RGB (Red+Green+Blue) = 47+240+126=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF07E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF07E is #D00F81. Grayscale: #A9A9A9. Windows color (decimal): -13635458 or 8319023. OLE color: 8319023.
HSL color Cylindrical-coordinate representation of color #2FF07E: hue angle of 144.56º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF07E is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 126 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.06 |
| HSL | 144.56º | 0.87% | 0.56% | - |
| HSV(B) | 144.56º | 0.8% | 0.94% | - |
| XYZ | 36.1 | 64.43 | 30.27 | - |
| YUV | 169.3 | 103.56 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 126 | 0.80 | 0 | 0.48 | 0.06 | 144.56 | 0.87 | 0.56 |
| Hex | 2F | F0 | 7E | 50 | 0 | 30 | 6 | 91 | 57 | 38 |
| Octal | 57 | 360 | 176 | 120 | 0 | 60 | 6 | 221 | 127 | 70 |
| Binary | 101111 | 11110000 | 1111110 | 1010000 | 0 | 110000 | 110 | 10010001 | 1010111 | 111000 |
Color Harmonies of #2FF07E
Complementary color
Monochromatic Colors of #2FF07E
Black with #2FF07E
Text Example
Text Example
White with #2FF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF07E; }
p { color: rgb(47,240,126); }
H1.HeaderClassName
{
color: #2FF07E;
}
.AnyTagClassName
{
color: #2FF07E;
}
</style>
background-color css
<style>
a { background-color: #2FF07E; }
a { background-color: rgb(47,240,126); }
div.DivClassName
{
background-color: #2FF07E;
}
.BgClassName
{
background-color: #2FF07E;
}
</style>
border-color css
<style>
span { border-color: #2FF07E; }
span { border-color: rgb(47,240,126); }
td.TdClassName
{
border-color: #2FF07E;
}
.TagClassName
{
border-color: #2FF07E;
}
</style>