Shades of Spring Green #2FFF6C
Tints of Spring Green #2FFF6C
RGB
CMYK
RGB Variations
Color information
#2FFF6C (or 0x2FFF6C) is known color: Spring Green. HEX triplet: 2F, FF and 6C. RGB value is (47,255,108). Sum of RGB (Red+Green+Blue) = 47+255+108=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFF6C is #D00093. Grayscale: #B0B0B0. Windows color (decimal): -13631636 or 7143215. OLE color: 7143215.
HSL color Cylindrical-coordinate representation of color #2FFF6C: hue angle of 137.6º 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 #2FFF6C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 108 | - |
| CMYK | 0.82 | 0 | 0.58 | 0 |
| HSL | 137.6º | 1% | 0.59% | - |
| HSV(B) | 137.6º | 0.82% | 1% | - |
| XYZ | 39.64 | 73.21 | 26.23 | - |
| YUV | 176.05 | 89.59 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 108 | 0.82 | 0 | 0.58 | 0 | 137.6 | 1 | 0.59 |
| Hex | 2F | FF | 6C | 52 | 0 | 3A | 0 | 8A | 64 | 3B |
| Octal | 57 | 377 | 154 | 122 | 0 | 72 | 0 | 212 | 144 | 73 |
| Binary | 101111 | 11111111 | 1101100 | 1010010 | 0 | 111010 | 0 | 10001010 | 1100100 | 111011 |
Color Harmonies of #2FFF6C
Complementary color
Monochromatic Colors of #2FFF6C
Black with #2FFF6C
Text Example
Text Example
White with #2FFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF6C; }
p { color: rgb(47,255,108); }
H1.HeaderClassName
{
color: #2FFF6C;
}
.AnyTagClassName
{
color: #2FFF6C;
}
</style>
background-color css
<style>
a { background-color: #2FFF6C; }
a { background-color: rgb(47,255,108); }
div.DivClassName
{
background-color: #2FFF6C;
}
.BgClassName
{
background-color: #2FFF6C;
}
</style>
border-color css
<style>
span { border-color: #2FFF6C; }
span { border-color: rgb(47,255,108); }
td.TdClassName
{
border-color: #2FFF6C;
}
.TagClassName
{
border-color: #2FFF6C;
}
</style>