Shades of Spring Green #1FEC80
Tints of Spring Green #1FEC80
RGB
CMYK
RGB Variations
Color information
#1FEC80 (or 0x1FEC80) is known color: Spring Green. HEX triplet: 1F, EC and 80. RGB value is (31,236,128). Sum of RGB (Red+Green+Blue) = 31+236+128=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 236 (92.58% from 255 or 59.75% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FEC80 is #E0137F. Grayscale: #A2A2A2. Windows color (decimal): -14685056 or 8449055. OLE color: 8449055.
HSL color Cylindrical-coordinate representation of color #1FEC80: hue angle of 148.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEC80 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 128 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.07 |
| HSL | 148.39º | 0.84% | 0.52% | - |
| HSV(B) | 148.39º | 0.87% | 0.93% | - |
| XYZ | 34.46 | 61.84 | 30.54 | - |
| YUV | 162.39 | 108.58 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 128 | 0.87 | 0 | 0.46 | 0.07 | 148.39 | 0.84 | 0.52 |
| Hex | 1F | EC | 80 | 57 | 0 | 2E | 7 | 94 | 54 | 34 |
| Octal | 37 | 354 | 200 | 127 | 0 | 56 | 7 | 224 | 124 | 64 |
| Binary | 11111 | 11101100 | 10000000 | 1010111 | 0 | 101110 | 111 | 10010100 | 1010100 | 110100 |
Color Harmonies of #1FEC80
Complementary color
Monochromatic Colors of #1FEC80
Black with #1FEC80
Text Example
Text Example
White with #1FEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC80; }
p { color: rgb(31,236,128); }
H1.HeaderClassName
{
color: #1FEC80;
}
.AnyTagClassName
{
color: #1FEC80;
}
</style>
background-color css
<style>
a { background-color: #1FEC80; }
a { background-color: rgb(31,236,128); }
div.DivClassName
{
background-color: #1FEC80;
}
.BgClassName
{
background-color: #1FEC80;
}
</style>
border-color css
<style>
span { border-color: #1FEC80; }
span { border-color: rgb(31,236,128); }
td.TdClassName
{
border-color: #1FEC80;
}
.TagClassName
{
border-color: #1FEC80;
}
</style>