Shades of Spring Green #2FFD70
Tints of Spring Green #2FFD70
RGB
CMYK
RGB Variations
Color information
#2FFD70 (or 0x2FFD70) is known color: Spring Green. HEX triplet: 2F, FD and 70. RGB value is (47,253,112). Sum of RGB (Red+Green+Blue) = 47+253+112=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 253 (99.22% from 255 or 61.41% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFD70 is #D0028F. Grayscale: #AFAFAF. Windows color (decimal): -13632144 or 7404847. OLE color: 7404847.
HSL color Cylindrical-coordinate representation of color #2FFD70: hue angle of 138.93º degrees, saturation: 0.98, 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 #2FFD70 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 112 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.01 |
| HSL | 138.93º | 0.98% | 0.59% | - |
| HSV(B) | 138.93º | 0.81% | 0.99% | - |
| XYZ | 39.22 | 72.02 | 27.16 | - |
| YUV | 175.33 | 92.25 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 112 | 0.81 | 0 | 0.56 | 0.01 | 138.93 | 0.98 | 0.59 |
| Hex | 2F | FD | 70 | 51 | 0 | 38 | 1 | 8B | 62 | 3B |
| Octal | 57 | 375 | 160 | 121 | 0 | 70 | 1 | 213 | 142 | 73 |
| Binary | 101111 | 11111101 | 1110000 | 1010001 | 0 | 111000 | 1 | 10001011 | 1100010 | 111011 |
Color Harmonies of #2FFD70
Complementary color
Monochromatic Colors of #2FFD70
Black with #2FFD70
Text Example
Text Example
White with #2FFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD70; }
p { color: rgb(47,253,112); }
H1.HeaderClassName
{
color: #2FFD70;
}
.AnyTagClassName
{
color: #2FFD70;
}
</style>
background-color css
<style>
a { background-color: #2FFD70; }
a { background-color: rgb(47,253,112); }
div.DivClassName
{
background-color: #2FFD70;
}
.BgClassName
{
background-color: #2FFD70;
}
</style>
border-color css
<style>
span { border-color: #2FFD70; }
span { border-color: rgb(47,253,112); }
td.TdClassName
{
border-color: #2FFD70;
}
.TagClassName
{
border-color: #2FFD70;
}
</style>