Shades of Spring Green #2FF272
Tints of Spring Green #2FF272
RGB
CMYK
RGB Variations
Color information
#2FF272 (or 0x2FF272) is known color: Spring Green. HEX triplet: 2F, F2 and 72. RGB value is (47,242,114). Sum of RGB (Red+Green+Blue) = 47+242+114=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF272 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF272 is #D00D8D. Grayscale: #A9A9A9. Windows color (decimal): -13634958 or 7533103. OLE color: 7533103.
HSL color Cylindrical-coordinate representation of color #2FF272: hue angle of 140.62º degrees, saturation: 0.88, 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 #2FF272 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 114 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.05 |
| HSL | 140.62º | 0.88% | 0.57% | - |
| HSV(B) | 140.62º | 0.81% | 0.95% | - |
| XYZ | 35.96 | 65.32 | 26.63 | - |
| YUV | 169.1 | 96.9 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 114 | 0.81 | 0 | 0.53 | 0.05 | 140.62 | 0.88 | 0.57 |
| Hex | 2F | F2 | 72 | 51 | 0 | 35 | 5 | 8D | 58 | 39 |
| Octal | 57 | 362 | 162 | 121 | 0 | 65 | 5 | 215 | 130 | 71 |
| Binary | 101111 | 11110010 | 1110010 | 1010001 | 0 | 110101 | 101 | 10001101 | 1011000 | 111001 |
Color Harmonies of #2FF272
Complementary color
Monochromatic Colors of #2FF272
Black with #2FF272
Text Example
Text Example
White with #2FF272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF272; }
p { color: rgb(47,242,114); }
H1.HeaderClassName
{
color: #2FF272;
}
.AnyTagClassName
{
color: #2FF272;
}
</style>
background-color css
<style>
a { background-color: #2FF272; }
a { background-color: rgb(47,242,114); }
div.DivClassName
{
background-color: #2FF272;
}
.BgClassName
{
background-color: #2FF272;
}
</style>
border-color css
<style>
span { border-color: #2FF272; }
span { border-color: rgb(47,242,114); }
td.TdClassName
{
border-color: #2FF272;
}
.TagClassName
{
border-color: #2FF272;
}
</style>