Shades of Spring Green #2FFC74
Tints of Spring Green #2FFC74
RGB
CMYK
RGB Variations
Color information
#2FFC74 (or 0x2FFC74) is known color: Spring Green. HEX triplet: 2F, FC and 74. RGB value is (47,252,116). Sum of RGB (Red+Green+Blue) = 47+252+116=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC74 is #D0038B. Grayscale: #AFAFAF. Windows color (decimal): -13632396 or 7666735. OLE color: 7666735.
HSL color Cylindrical-coordinate representation of color #2FFC74: hue angle of 140.2º 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 #2FFC74 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 116 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.01 |
| HSL | 140.2º | 0.97% | 0.59% | - |
| HSV(B) | 140.2º | 0.81% | 0.99% | - |
| XYZ | 39.14 | 71.49 | 28.26 | - |
| YUV | 175.2 | 94.58 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 116 | 0.81 | 0 | 0.54 | 0.01 | 140.2 | 0.97 | 0.59 |
| Hex | 2F | FC | 74 | 51 | 0 | 36 | 1 | 8C | 61 | 3B |
| Octal | 57 | 374 | 164 | 121 | 0 | 66 | 1 | 214 | 141 | 73 |
| Binary | 101111 | 11111100 | 1110100 | 1010001 | 0 | 110110 | 1 | 10001100 | 1100001 | 111011 |
Color Harmonies of #2FFC74
Complementary color
Monochromatic Colors of #2FFC74
Black with #2FFC74
Text Example
Text Example
White with #2FFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC74; }
p { color: rgb(47,252,116); }
H1.HeaderClassName
{
color: #2FFC74;
}
.AnyTagClassName
{
color: #2FFC74;
}
</style>
background-color css
<style>
a { background-color: #2FFC74; }
a { background-color: rgb(47,252,116); }
div.DivClassName
{
background-color: #2FFC74;
}
.BgClassName
{
background-color: #2FFC74;
}
</style>
border-color css
<style>
span { border-color: #2FFC74; }
span { border-color: rgb(47,252,116); }
td.TdClassName
{
border-color: #2FFC74;
}
.TagClassName
{
border-color: #2FFC74;
}
</style>