Shades of Spring Green #2FFB6E
Tints of Spring Green #2FFB6E
RGB
CMYK
RGB Variations
Color information
#2FFB6E (or 0x2FFB6E) is known color: Spring Green. HEX triplet: 2F, FB and 6E. RGB value is (47,251,110). Sum of RGB (Red+Green+Blue) = 47+251+110=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 251 (98.44% from 255 or 61.52% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB6E is #D00491. Grayscale: #AEAEAE. Windows color (decimal): -13632658 or 7273263. OLE color: 7273263.
HSL color Cylindrical-coordinate representation of color #2FFB6E: hue angle of 138.53º 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 #2FFB6E is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 110 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.02 |
| HSL | 138.53º | 0.96% | 0.58% | - |
| HSV(B) | 138.53º | 0.81% | 0.98% | - |
| XYZ | 38.48 | 70.72 | 26.37 | - |
| YUV | 173.93 | 91.91 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 110 | 0.81 | 0 | 0.56 | 0.02 | 138.53 | 0.96 | 0.58 |
| Hex | 2F | FB | 6E | 51 | 0 | 38 | 2 | 8B | 60 | 3A |
| Octal | 57 | 373 | 156 | 121 | 0 | 70 | 2 | 213 | 140 | 72 |
| Binary | 101111 | 11111011 | 1101110 | 1010001 | 0 | 111000 | 10 | 10001011 | 1100000 | 111010 |
Color Harmonies of #2FFB6E
Complementary color
Monochromatic Colors of #2FFB6E
Black with #2FFB6E
Text Example
Text Example
White with #2FFB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB6E; }
p { color: rgb(47,251,110); }
H1.HeaderClassName
{
color: #2FFB6E;
}
.AnyTagClassName
{
color: #2FFB6E;
}
</style>
background-color css
<style>
a { background-color: #2FFB6E; }
a { background-color: rgb(47,251,110); }
div.DivClassName
{
background-color: #2FFB6E;
}
.BgClassName
{
background-color: #2FFB6E;
}
</style>
border-color css
<style>
span { border-color: #2FFB6E; }
span { border-color: rgb(47,251,110); }
td.TdClassName
{
border-color: #2FFB6E;
}
.TagClassName
{
border-color: #2FFB6E;
}
</style>