Shades of Spring Green #2FFF7F
Tints of Spring Green #2FFF7F
RGB
CMYK
RGB Variations
Color information
#2FFF7F (or 0x2FFF7F) is known color: Spring Green. HEX triplet: 2F, FF and 7F. RGB value is (47,255,127). Sum of RGB (Red+Green+Blue) = 47+255+127=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF7F is #D00080. Grayscale: #B2B2B2. Windows color (decimal): -13631617 or 8388399. OLE color: 8388399.
HSL color Cylindrical-coordinate representation of color #2FFF7F: hue angle of 143.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF7F is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 127 | - |
| CMYK | 0.82 | 0 | 0.50 | 0 |
| HSL | 143.08º | 1% | 0.59% | - |
| HSV(B) | 143.08º | 0.82% | 1% | - |
| XYZ | 40.76 | 73.66 | 32.15 | - |
| YUV | 178.22 | 99.09 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 127 | 0.82 | 0 | 0.50 | 0 | 143.08 | 1 | 0.59 |
| Hex | 2F | FF | 7F | 52 | 0 | 32 | 0 | 8F | 64 | 3B |
| Octal | 57 | 377 | 177 | 122 | 0 | 62 | 0 | 217 | 144 | 73 |
| Binary | 101111 | 11111111 | 1111111 | 1010010 | 0 | 110010 | 0 | 10001111 | 1100100 | 111011 |
Color Harmonies of #2FFF7F
Complementary color
Monochromatic Colors of #2FFF7F
Black with #2FFF7F
Text Example
Text Example
White with #2FFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF7F; }
p { color: rgb(47,255,127); }
H1.HeaderClassName
{
color: #2FFF7F;
}
.AnyTagClassName
{
color: #2FFF7F;
}
</style>
background-color css
<style>
a { background-color: #2FFF7F; }
a { background-color: rgb(47,255,127); }
div.DivClassName
{
background-color: #2FFF7F;
}
.BgClassName
{
background-color: #2FFF7F;
}
</style>
border-color css
<style>
span { border-color: #2FFF7F; }
span { border-color: rgb(47,255,127); }
td.TdClassName
{
border-color: #2FFF7F;
}
.TagClassName
{
border-color: #2FFF7F;
}
</style>