Shades of Spring Green #1FF280
Tints of Spring Green #1FF280
RGB
CMYK
RGB Variations
Color information
#1FF280 (or 0x1FF280) is known color: Spring Green. HEX triplet: 1F, F2 and 80. RGB value is (31,242,128). Sum of RGB (Red+Green+Blue) = 31+242+128=401 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.73% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF280 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF280 is #E00D7F. Grayscale: #A6A6A6. Windows color (decimal): -14683520 or 8450591. OLE color: 8450591.
HSL color Cylindrical-coordinate representation of color #1FF280: hue angle of 147.58º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF280 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 128 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.05 |
| HSL | 147.58º | 0.89% | 0.54% | - |
| HSV(B) | 147.58º | 0.87% | 0.95% | - |
| XYZ | 36.21 | 65.35 | 31.13 | - |
| YUV | 165.92 | 106.6 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 128 | 0.87 | 0 | 0.47 | 0.05 | 147.58 | 0.89 | 0.54 |
| Hex | 1F | F2 | 80 | 57 | 0 | 2F | 5 | 94 | 59 | 36 |
| Octal | 37 | 362 | 200 | 127 | 0 | 57 | 5 | 224 | 131 | 66 |
| Binary | 11111 | 11110010 | 10000000 | 1010111 | 0 | 101111 | 101 | 10010100 | 1011001 | 110110 |
Color Harmonies of #1FF280
Complementary color
Monochromatic Colors of #1FF280
Black with #1FF280
Text Example
Text Example
White with #1FF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF280; }
p { color: rgb(31,242,128); }
H1.HeaderClassName
{
color: #1FF280;
}
.AnyTagClassName
{
color: #1FF280;
}
</style>
background-color css
<style>
a { background-color: #1FF280; }
a { background-color: rgb(31,242,128); }
div.DivClassName
{
background-color: #1FF280;
}
.BgClassName
{
background-color: #1FF280;
}
</style>
border-color css
<style>
span { border-color: #1FF280; }
span { border-color: rgb(31,242,128); }
td.TdClassName
{
border-color: #1FF280;
}
.TagClassName
{
border-color: #1FF280;
}
</style>