Shades of Spring Green #2FFF6E
Tints of Spring Green #2FFF6E
RGB
CMYK
RGB Variations
Color information
#2FFF6E (or 0x2FFF6E) is known color: Spring Green. HEX triplet: 2F, FF and 6E. RGB value is (47,255,110). Sum of RGB (Red+Green+Blue) = 47+255+110=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF6E is #D00091. Grayscale: #B0B0B0. Windows color (decimal): -13631634 or 7274287. OLE color: 7274287.
HSL color Cylindrical-coordinate representation of color #2FFF6E: hue angle of 138.17º 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 #2FFF6E is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 110 | - |
| CMYK | 0.82 | 0 | 0.57 | 0 |
| HSL | 138.17º | 1% | 0.59% | - |
| HSV(B) | 138.17º | 0.82% | 1% | - |
| XYZ | 39.75 | 73.25 | 26.8 | - |
| YUV | 176.28 | 90.59 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 110 | 0.82 | 0 | 0.57 | 0 | 138.17 | 1 | 0.59 |
| Hex | 2F | FF | 6E | 52 | 0 | 39 | 0 | 8A | 64 | 3B |
| Octal | 57 | 377 | 156 | 122 | 0 | 71 | 0 | 212 | 144 | 73 |
| Binary | 101111 | 11111111 | 1101110 | 1010010 | 0 | 111001 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #2FFF6E
Complementary color
Monochromatic Colors of #2FFF6E
Black with #2FFF6E
Text Example
Text Example
White with #2FFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF6E; }
p { color: rgb(47,255,110); }
H1.HeaderClassName
{
color: #2FFF6E;
}
.AnyTagClassName
{
color: #2FFF6E;
}
</style>
background-color css
<style>
a { background-color: #2FFF6E; }
a { background-color: rgb(47,255,110); }
div.DivClassName
{
background-color: #2FFF6E;
}
.BgClassName
{
background-color: #2FFF6E;
}
</style>
border-color css
<style>
span { border-color: #2FFF6E; }
span { border-color: rgb(47,255,110); }
td.TdClassName
{
border-color: #2FFF6E;
}
.TagClassName
{
border-color: #2FFF6E;
}
</style>