Shades of Spring Green #2FFC7D
Tints of Spring Green #2FFC7D
RGB
CMYK
RGB Variations
Color information
#2FFC7D (or 0x2FFC7D) is known color: Spring Green. HEX triplet: 2F, FC and 7D. RGB value is (47,252,125). Sum of RGB (Red+Green+Blue) = 47+252+125=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC7D is #D00382. Grayscale: #B0B0B0. Windows color (decimal): -13632387 or 8256559. OLE color: 8256559.
HSL color Cylindrical-coordinate representation of color #2FFC7D: hue angle of 142.83º 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 #2FFC7D is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 125 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.01 |
| HSL | 142.83º | 0.97% | 0.59% | - |
| HSV(B) | 142.83º | 0.81% | 0.99% | - |
| XYZ | 39.68 | 71.71 | 31.15 | - |
| YUV | 176.23 | 99.08 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 125 | 0.81 | 0 | 0.50 | 0.01 | 142.83 | 0.97 | 0.59 |
| Hex | 2F | FC | 7D | 51 | 0 | 32 | 1 | 8F | 61 | 3B |
| Octal | 57 | 374 | 175 | 121 | 0 | 62 | 1 | 217 | 141 | 73 |
| Binary | 101111 | 11111100 | 1111101 | 1010001 | 0 | 110010 | 1 | 10001111 | 1100001 | 111011 |
Color Harmonies of #2FFC7D
Complementary color
Monochromatic Colors of #2FFC7D
Black with #2FFC7D
Text Example
Text Example
White with #2FFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC7D; }
p { color: rgb(47,252,125); }
H1.HeaderClassName
{
color: #2FFC7D;
}
.AnyTagClassName
{
color: #2FFC7D;
}
</style>
background-color css
<style>
a { background-color: #2FFC7D; }
a { background-color: rgb(47,252,125); }
div.DivClassName
{
background-color: #2FFC7D;
}
.BgClassName
{
background-color: #2FFC7D;
}
</style>
border-color css
<style>
span { border-color: #2FFC7D; }
span { border-color: rgb(47,252,125); }
td.TdClassName
{
border-color: #2FFC7D;
}
.TagClassName
{
border-color: #2FFC7D;
}
</style>