Shades of Spring Green #2FF372
Tints of Spring Green #2FF372
RGB
CMYK
RGB Variations
Color information
#2FF372 (or 0x2FF372) is known color: Spring Green. HEX triplet: 2F, F3 and 72. RGB value is (47,243,114). Sum of RGB (Red+Green+Blue) = 47+243+114=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF372 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF372 is #D00C8D. Grayscale: #AAAAAA. Windows color (decimal): -13634702 or 7533359. OLE color: 7533359.
HSL color Cylindrical-coordinate representation of color #2FF372: hue angle of 140.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF372 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 114 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.05 |
| HSL | 140.51º | 0.89% | 0.57% | - |
| HSV(B) | 140.51º | 0.81% | 0.95% | - |
| XYZ | 36.26 | 65.92 | 26.73 | - |
| YUV | 169.69 | 96.57 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 114 | 0.81 | 0 | 0.53 | 0.05 | 140.51 | 0.89 | 0.57 |
| Hex | 2F | F3 | 72 | 51 | 0 | 35 | 5 | 8D | 59 | 39 |
| Octal | 57 | 363 | 162 | 121 | 0 | 65 | 5 | 215 | 131 | 71 |
| Binary | 101111 | 11110011 | 1110010 | 1010001 | 0 | 110101 | 101 | 10001101 | 1011001 | 111001 |
Color Harmonies of #2FF372
Complementary color
Monochromatic Colors of #2FF372
Black with #2FF372
Text Example
Text Example
White with #2FF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF372; }
p { color: rgb(47,243,114); }
H1.HeaderClassName
{
color: #2FF372;
}
.AnyTagClassName
{
color: #2FF372;
}
</style>
background-color css
<style>
a { background-color: #2FF372; }
a { background-color: rgb(47,243,114); }
div.DivClassName
{
background-color: #2FF372;
}
.BgClassName
{
background-color: #2FF372;
}
</style>
border-color css
<style>
span { border-color: #2FF372; }
span { border-color: rgb(47,243,114); }
td.TdClassName
{
border-color: #2FF372;
}
.TagClassName
{
border-color: #2FF372;
}
</style>