Shades of Spring Green #2FFF6F
Tints of Spring Green #2FFF6F
RGB
CMYK
RGB Variations
Color information
#2FFF6F (or 0x2FFF6F) is known color: Spring Green. HEX triplet: 2F, FF and 6F. RGB value is (47,255,111). Sum of RGB (Red+Green+Blue) = 47+255+111=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF6F is #D00090. Grayscale: #B0B0B0. Windows color (decimal): -13631633 or 7339823. OLE color: 7339823.
HSL color Cylindrical-coordinate representation of color #2FFF6F: hue angle of 138.46º 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 #2FFF6F is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 111 | - |
| CMYK | 0.82 | 0 | 0.56 | 0 |
| HSL | 138.46º | 1% | 0.59% | - |
| HSV(B) | 138.46º | 0.82% | 1% | - |
| XYZ | 39.8 | 73.27 | 27.08 | - |
| YUV | 176.39 | 91.09 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 111 | 0.82 | 0 | 0.56 | 0 | 138.46 | 1 | 0.59 |
| Hex | 2F | FF | 6F | 52 | 0 | 38 | 0 | 8A | 64 | 3B |
| Octal | 57 | 377 | 157 | 122 | 0 | 70 | 0 | 212 | 144 | 73 |
| Binary | 101111 | 11111111 | 1101111 | 1010010 | 0 | 111000 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #2FFF6F
Complementary color
Monochromatic Colors of #2FFF6F
Black with #2FFF6F
Text Example
Text Example
White with #2FFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF6F; }
p { color: rgb(47,255,111); }
H1.HeaderClassName
{
color: #2FFF6F;
}
.AnyTagClassName
{
color: #2FFF6F;
}
</style>
background-color css
<style>
a { background-color: #2FFF6F; }
a { background-color: rgb(47,255,111); }
div.DivClassName
{
background-color: #2FFF6F;
}
.BgClassName
{
background-color: #2FFF6F;
}
</style>
border-color css
<style>
span { border-color: #2FFF6F; }
span { border-color: rgb(47,255,111); }
td.TdClassName
{
border-color: #2FFF6F;
}
.TagClassName
{
border-color: #2FFF6F;
}
</style>