Shades of Spring Green #2FFB75
Tints of Spring Green #2FFB75
RGB
CMYK
RGB Variations
Color information
#2FFB75 (or 0x2FFB75) is known color: Spring Green. HEX triplet: 2F, FB and 75. RGB value is (47,251,117). Sum of RGB (Red+Green+Blue) = 47+251+117=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 251 (98.44% from 255 or 60.48% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB75 is #D0048A. Grayscale: #AFAFAF. Windows color (decimal): -13632651 or 7732015. OLE color: 7732015.
HSL color Cylindrical-coordinate representation of color #2FFB75: hue angle of 140.59º 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 #2FFB75 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 117 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.02 |
| HSL | 140.59º | 0.96% | 0.58% | - |
| HSV(B) | 140.59º | 0.81% | 0.98% | - |
| XYZ | 38.88 | 70.88 | 28.46 | - |
| YUV | 174.73 | 95.41 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 117 | 0.81 | 0 | 0.53 | 0.02 | 140.59 | 0.96 | 0.58 |
| Hex | 2F | FB | 75 | 51 | 0 | 35 | 2 | 8D | 60 | 3A |
| Octal | 57 | 373 | 165 | 121 | 0 | 65 | 2 | 215 | 140 | 72 |
| Binary | 101111 | 11111011 | 1110101 | 1010001 | 0 | 110101 | 10 | 10001101 | 1100000 | 111010 |
Color Harmonies of #2FFB75
Complementary color
Monochromatic Colors of #2FFB75
Black with #2FFB75
Text Example
Text Example
White with #2FFB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB75; }
p { color: rgb(47,251,117); }
H1.HeaderClassName
{
color: #2FFB75;
}
.AnyTagClassName
{
color: #2FFB75;
}
</style>
background-color css
<style>
a { background-color: #2FFB75; }
a { background-color: rgb(47,251,117); }
div.DivClassName
{
background-color: #2FFB75;
}
.BgClassName
{
background-color: #2FFB75;
}
</style>
border-color css
<style>
span { border-color: #2FFB75; }
span { border-color: rgb(47,251,117); }
td.TdClassName
{
border-color: #2FFB75;
}
.TagClassName
{
border-color: #2FFB75;
}
</style>