Shades of Spring Green #2FF07C
Tints of Spring Green #2FF07C
RGB
CMYK
RGB Variations
Color information
#2FF07C (or 0x2FF07C) is known color: Spring Green. HEX triplet: 2F, F0 and 7C. RGB value is (47,240,124). Sum of RGB (Red+Green+Blue) = 47+240+124=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF07C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF07C is #D00F83. Grayscale: #A9A9A9. Windows color (decimal): -13635460 or 8187951. OLE color: 8187951.
HSL color Cylindrical-coordinate representation of color #2FF07C: hue angle of 143.94º 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 #2FF07C is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 124 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.06 |
| HSL | 143.94º | 0.87% | 0.56% | - |
| HSV(B) | 143.94º | 0.8% | 0.94% | - |
| XYZ | 35.97 | 64.38 | 29.6 | - |
| YUV | 169.07 | 102.56 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 124 | 0.80 | 0 | 0.48 | 0.06 | 143.94 | 0.87 | 0.56 |
| Hex | 2F | F0 | 7C | 50 | 0 | 30 | 6 | 90 | 57 | 38 |
| Octal | 57 | 360 | 174 | 120 | 0 | 60 | 6 | 220 | 127 | 70 |
| Binary | 101111 | 11110000 | 1111100 | 1010000 | 0 | 110000 | 110 | 10010000 | 1010111 | 111000 |
Color Harmonies of #2FF07C
Complementary color
Monochromatic Colors of #2FF07C
Black with #2FF07C
Text Example
Text Example
White with #2FF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF07C; }
p { color: rgb(47,240,124); }
H1.HeaderClassName
{
color: #2FF07C;
}
.AnyTagClassName
{
color: #2FF07C;
}
</style>
background-color css
<style>
a { background-color: #2FF07C; }
a { background-color: rgb(47,240,124); }
div.DivClassName
{
background-color: #2FF07C;
}
.BgClassName
{
background-color: #2FF07C;
}
</style>
border-color css
<style>
span { border-color: #2FF07C; }
span { border-color: rgb(47,240,124); }
td.TdClassName
{
border-color: #2FF07C;
}
.TagClassName
{
border-color: #2FF07C;
}
</style>