Shades of Spring Green #2FFC8B
Tints of Spring Green #2FFC8B
RGB
CMYK
RGB Variations
Color information
#2FFC8B (or 0x2FFC8B) is known color: Spring Green. HEX triplet: 2F, FC and 8B. RGB value is (47,252,139). Sum of RGB (Red+Green+Blue) = 47+252+139=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFC8B is #D00374. Grayscale: #B2B2B2. Windows color (decimal): -13632373 or 9174063. OLE color: 9174063.
HSL color Cylindrical-coordinate representation of color #2FFC8B: hue angle of 146.93º 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 #2FFC8B is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 139 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.01 |
| HSL | 146.93º | 0.97% | 0.59% | - |
| HSV(B) | 146.93º | 0.81% | 0.99% | - |
| XYZ | 40.64 | 72.09 | 36.2 | - |
| YUV | 177.82 | 106.08 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 139 | 0.81 | 0 | 0.45 | 0.01 | 146.93 | 0.97 | 0.59 |
| Hex | 2F | FC | 8B | 51 | 0 | 2D | 1 | 93 | 61 | 3B |
| Octal | 57 | 374 | 213 | 121 | 0 | 55 | 1 | 223 | 141 | 73 |
| Binary | 101111 | 11111100 | 10001011 | 1010001 | 0 | 101101 | 1 | 10010011 | 1100001 | 111011 |
Color Harmonies of #2FFC8B
Complementary color
Monochromatic Colors of #2FFC8B
Black with #2FFC8B
Text Example
Text Example
White with #2FFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC8B; }
p { color: rgb(47,252,139); }
H1.HeaderClassName
{
color: #2FFC8B;
}
.AnyTagClassName
{
color: #2FFC8B;
}
</style>
background-color css
<style>
a { background-color: #2FFC8B; }
a { background-color: rgb(47,252,139); }
div.DivClassName
{
background-color: #2FFC8B;
}
.BgClassName
{
background-color: #2FFC8B;
}
</style>
border-color css
<style>
span { border-color: #2FFC8B; }
span { border-color: rgb(47,252,139); }
td.TdClassName
{
border-color: #2FFC8B;
}
.TagClassName
{
border-color: #2FFC8B;
}
</style>