Shades of Spring Green #2FFB7D
Tints of Spring Green #2FFB7D
RGB
CMYK
RGB Variations
Color information
#2FFB7D (or 0x2FFB7D) is known color: Spring Green. HEX triplet: 2F, FB and 7D. RGB value is (47,251,125). Sum of RGB (Red+Green+Blue) = 47+251+125=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB7D is #D00482. Grayscale: #AFAFAF. Windows color (decimal): -13632643 or 8256303. OLE color: 8256303.
HSL color Cylindrical-coordinate representation of color #2FFB7D: hue angle of 142.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFB7D is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 125 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.02 |
| HSL | 142.94º | 0.96% | 0.58% | - |
| HSV(B) | 142.94º | 0.81% | 0.98% | - |
| XYZ | 39.37 | 71.08 | 31.05 | - |
| YUV | 175.64 | 99.41 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 125 | 0.81 | 0 | 0.50 | 0.02 | 142.94 | 0.96 | 0.58 |
| Hex | 2F | FB | 7D | 51 | 0 | 32 | 2 | 8F | 60 | 3A |
| Octal | 57 | 373 | 175 | 121 | 0 | 62 | 2 | 217 | 140 | 72 |
| Binary | 101111 | 11111011 | 1111101 | 1010001 | 0 | 110010 | 10 | 10001111 | 1100000 | 111010 |
Color Harmonies of #2FFB7D
Complementary color
Monochromatic Colors of #2FFB7D
Black with #2FFB7D
Text Example
Text Example
White with #2FFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB7D; }
p { color: rgb(47,251,125); }
H1.HeaderClassName
{
color: #2FFB7D;
}
.AnyTagClassName
{
color: #2FFB7D;
}
</style>
background-color css
<style>
a { background-color: #2FFB7D; }
a { background-color: rgb(47,251,125); }
div.DivClassName
{
background-color: #2FFB7D;
}
.BgClassName
{
background-color: #2FFB7D;
}
</style>
border-color css
<style>
span { border-color: #2FFB7D; }
span { border-color: rgb(47,251,125); }
td.TdClassName
{
border-color: #2FFB7D;
}
.TagClassName
{
border-color: #2FFB7D;
}
</style>