Shades of Spring Green #2FFD74
Tints of Spring Green #2FFD74
RGB
CMYK
RGB Variations
Color information
#2FFD74 (or 0x2FFD74) is known color: Spring Green. HEX triplet: 2F, FD and 74. RGB value is (47,253,116). Sum of RGB (Red+Green+Blue) = 47+253+116=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 253 (99.22% from 255 or 60.82% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFD74 is #D0028B. Grayscale: #B0B0B0. Windows color (decimal): -13632140 or 7666991. OLE color: 7666991.
HSL color Cylindrical-coordinate representation of color #2FFD74: hue angle of 140.1º 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 #2FFD74 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 116 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.01 |
| HSL | 140.1º | 0.98% | 0.59% | - |
| HSV(B) | 140.1º | 0.81% | 0.99% | - |
| XYZ | 39.45 | 72.12 | 28.36 | - |
| YUV | 175.79 | 94.25 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 116 | 0.81 | 0 | 0.54 | 0.01 | 140.1 | 0.98 | 0.59 |
| Hex | 2F | FD | 74 | 51 | 0 | 36 | 1 | 8C | 62 | 3B |
| Octal | 57 | 375 | 164 | 121 | 0 | 66 | 1 | 214 | 142 | 73 |
| Binary | 101111 | 11111101 | 1110100 | 1010001 | 0 | 110110 | 1 | 10001100 | 1100010 | 111011 |
Color Harmonies of #2FFD74
Complementary color
Monochromatic Colors of #2FFD74
Black with #2FFD74
Text Example
Text Example
White with #2FFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD74; }
p { color: rgb(47,253,116); }
H1.HeaderClassName
{
color: #2FFD74;
}
.AnyTagClassName
{
color: #2FFD74;
}
</style>
background-color css
<style>
a { background-color: #2FFD74; }
a { background-color: rgb(47,253,116); }
div.DivClassName
{
background-color: #2FFD74;
}
.BgClassName
{
background-color: #2FFD74;
}
</style>
border-color css
<style>
span { border-color: #2FFD74; }
span { border-color: rgb(47,253,116); }
td.TdClassName
{
border-color: #2FFD74;
}
.TagClassName
{
border-color: #2FFD74;
}
</style>