Shades of Spring Green #2FFC7F
Tints of Spring Green #2FFC7F
RGB
CMYK
RGB Variations
Color information
#2FFC7F (or 0x2FFC7F) is known color: Spring Green. HEX triplet: 2F, FC and 7F. RGB value is (47,252,127). Sum of RGB (Red+Green+Blue) = 47+252+127=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC7F is #D00380. Grayscale: #B0B0B0. Windows color (decimal): -13632385 or 8387631. OLE color: 8387631.
HSL color Cylindrical-coordinate representation of color #2FFC7F: hue angle of 143.41º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC7F is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 127 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.01 |
| HSL | 143.41º | 0.97% | 0.59% | - |
| HSV(B) | 143.41º | 0.81% | 0.99% | - |
| XYZ | 39.81 | 71.76 | 31.83 | - |
| YUV | 176.46 | 100.08 | 35.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 127 | 0.81 | 0 | 0.50 | 0.01 | 143.41 | 0.97 | 0.59 |
| Hex | 2F | FC | 7F | 51 | 0 | 32 | 1 | 8F | 61 | 3B |
| Octal | 57 | 374 | 177 | 121 | 0 | 62 | 1 | 217 | 141 | 73 |
| Binary | 101111 | 11111100 | 1111111 | 1010001 | 0 | 110010 | 1 | 10001111 | 1100001 | 111011 |
Color Harmonies of #2FFC7F
Complementary color
Monochromatic Colors of #2FFC7F
Black with #2FFC7F
Text Example
Text Example
White with #2FFC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC7F; }
p { color: rgb(47,252,127); }
H1.HeaderClassName
{
color: #2FFC7F;
}
.AnyTagClassName
{
color: #2FFC7F;
}
</style>
background-color css
<style>
a { background-color: #2FFC7F; }
a { background-color: rgb(47,252,127); }
div.DivClassName
{
background-color: #2FFC7F;
}
.BgClassName
{
background-color: #2FFC7F;
}
</style>
border-color css
<style>
span { border-color: #2FFC7F; }
span { border-color: rgb(47,252,127); }
td.TdClassName
{
border-color: #2FFC7F;
}
.TagClassName
{
border-color: #2FFC7F;
}
</style>