Shades of Spring Green #2FFC75
Tints of Spring Green #2FFC75
RGB
CMYK
RGB Variations
Color information
#2FFC75 (or 0x2FFC75) is known color: Spring Green. HEX triplet: 2F, FC and 75. RGB value is (47,252,117). Sum of RGB (Red+Green+Blue) = 47+252+117=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC75 is #D0038A. Grayscale: #AFAFAF. Windows color (decimal): -13632395 or 7732271. OLE color: 7732271.
HSL color Cylindrical-coordinate representation of color #2FFC75: hue angle of 140.49º 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 #2FFC75 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 117 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.01 |
| HSL | 140.49º | 0.97% | 0.59% | - |
| HSV(B) | 140.49º | 0.81% | 0.99% | - |
| XYZ | 39.19 | 71.51 | 28.57 | - |
| YUV | 175.32 | 95.08 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 117 | 0.81 | 0 | 0.54 | 0.01 | 140.49 | 0.97 | 0.59 |
| Hex | 2F | FC | 75 | 51 | 0 | 36 | 1 | 8C | 61 | 3B |
| Octal | 57 | 374 | 165 | 121 | 0 | 66 | 1 | 214 | 141 | 73 |
| Binary | 101111 | 11111100 | 1110101 | 1010001 | 0 | 110110 | 1 | 10001100 | 1100001 | 111011 |
Color Harmonies of #2FFC75
Complementary color
Monochromatic Colors of #2FFC75
Black with #2FFC75
Text Example
Text Example
White with #2FFC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC75; }
p { color: rgb(47,252,117); }
H1.HeaderClassName
{
color: #2FFC75;
}
.AnyTagClassName
{
color: #2FFC75;
}
</style>
background-color css
<style>
a { background-color: #2FFC75; }
a { background-color: rgb(47,252,117); }
div.DivClassName
{
background-color: #2FFC75;
}
.BgClassName
{
background-color: #2FFC75;
}
</style>
border-color css
<style>
span { border-color: #2FFC75; }
span { border-color: rgb(47,252,117); }
td.TdClassName
{
border-color: #2FFC75;
}
.TagClassName
{
border-color: #2FFC75;
}
</style>