Shades of Spring Green #2FFF6B
Tints of Spring Green #2FFF6B
RGB
CMYK
RGB Variations
Color information
#2FFF6B (or 0x2FFF6B) is known color: Spring Green. HEX triplet: 2F, FF and 6B. RGB value is (47,255,107). Sum of RGB (Red+Green+Blue) = 47+255+107=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF6B is #D00094. Grayscale: #B0B0B0. Windows color (decimal): -13631637 or 7077679. OLE color: 7077679.
HSL color Cylindrical-coordinate representation of color #2FFF6B: hue angle of 137.31º 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 #2FFF6B is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 107 | - |
| CMYK | 0.82 | 0 | 0.58 | 0 |
| HSL | 137.31º | 1% | 0.59% | - |
| HSV(B) | 137.31º | 0.82% | 1% | - |
| XYZ | 39.59 | 73.19 | 25.95 | - |
| YUV | 175.94 | 89.09 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 107 | 0.82 | 0 | 0.58 | 0 | 137.31 | 1 | 0.59 |
| Hex | 2F | FF | 6B | 52 | 0 | 3A | 0 | 89 | 64 | 3B |
| Octal | 57 | 377 | 153 | 122 | 0 | 72 | 0 | 211 | 144 | 73 |
| Binary | 101111 | 11111111 | 1101011 | 1010010 | 0 | 111010 | 0 | 10001001 | 1100100 | 111011 |
Color Harmonies of #2FFF6B
Complementary color
Monochromatic Colors of #2FFF6B
Black with #2FFF6B
Text Example
Text Example
White with #2FFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF6B; }
p { color: rgb(47,255,107); }
H1.HeaderClassName
{
color: #2FFF6B;
}
.AnyTagClassName
{
color: #2FFF6B;
}
</style>
background-color css
<style>
a { background-color: #2FFF6B; }
a { background-color: rgb(47,255,107); }
div.DivClassName
{
background-color: #2FFF6B;
}
.BgClassName
{
background-color: #2FFF6B;
}
</style>
border-color css
<style>
span { border-color: #2FFF6B; }
span { border-color: rgb(47,255,107); }
td.TdClassName
{
border-color: #2FFF6B;
}
.TagClassName
{
border-color: #2FFF6B;
}
</style>