Shades of Spring Green #2FFA88
Tints of Spring Green #2FFA88
RGB
CMYK
RGB Variations
Color information
#2FFA88 (or 0x2FFA88) is known color: Spring Green. HEX triplet: 2F, FA and 88. RGB value is (47,250,136). Sum of RGB (Red+Green+Blue) = 47+250+136=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA88 is #D00577. Grayscale: #B0B0B0. Windows color (decimal): -13632888 or 8976943. OLE color: 8976943.
HSL color Cylindrical-coordinate representation of color #2FFA88: hue angle of 146.31º degrees, saturation: 0.95, 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 #2FFA88 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 136 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.02 |
| HSL | 146.31º | 0.95% | 0.58% | - |
| HSV(B) | 146.31º | 0.81% | 0.98% | - |
| XYZ | 39.8 | 70.75 | 34.85 | - |
| YUV | 176.31 | 105.25 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 136 | 0.81 | 0 | 0.46 | 0.02 | 146.31 | 0.95 | 0.58 |
| Hex | 2F | FA | 88 | 51 | 0 | 2E | 2 | 92 | 5F | 3A |
| Octal | 57 | 372 | 210 | 121 | 0 | 56 | 2 | 222 | 137 | 72 |
| Binary | 101111 | 11111010 | 10001000 | 1010001 | 0 | 101110 | 10 | 10010010 | 1011111 | 111010 |
Color Harmonies of #2FFA88
Complementary color
Monochromatic Colors of #2FFA88
Black with #2FFA88
Text Example
Text Example
White with #2FFA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA88; }
p { color: rgb(47,250,136); }
H1.HeaderClassName
{
color: #2FFA88;
}
.AnyTagClassName
{
color: #2FFA88;
}
</style>
background-color css
<style>
a { background-color: #2FFA88; }
a { background-color: rgb(47,250,136); }
div.DivClassName
{
background-color: #2FFA88;
}
.BgClassName
{
background-color: #2FFA88;
}
</style>
border-color css
<style>
span { border-color: #2FFA88; }
span { border-color: rgb(47,250,136); }
td.TdClassName
{
border-color: #2FFA88;
}
.TagClassName
{
border-color: #2FFA88;
}
</style>