Shades of Spring Green #1FFC6C
Tints of Spring Green #1FFC6C
RGB
CMYK
RGB Variations
Color information
#1FFC6C (or 0x1FFC6C) is known color: Spring Green. HEX triplet: 1F, FC and 6C. RGB value is (31,252,108). Sum of RGB (Red+Green+Blue) = 31+252+108=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 252 (98.83% from 255 or 64.45% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FFC6C is #E00393. Grayscale: #A9A9A9. Windows color (decimal): -14680980 or 7142431. OLE color: 7142431.
HSL color Cylindrical-coordinate representation of color #1FFC6C: hue angle of 140.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFC6C is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 108 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.01 |
| HSL | 140.91º | 0.97% | 0.55% | - |
| HSV(B) | 140.91º | 0.88% | 0.99% | - |
| XYZ | 38.08 | 70.99 | 25.88 | - |
| YUV | 169.51 | 93.28 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 108 | 0.88 | 0 | 0.57 | 0.01 | 140.91 | 0.97 | 0.55 |
| Hex | 1F | FC | 6C | 58 | 0 | 39 | 1 | 8D | 61 | 37 |
| Octal | 37 | 374 | 154 | 130 | 0 | 71 | 1 | 215 | 141 | 67 |
| Binary | 11111 | 11111100 | 1101100 | 1011000 | 0 | 111001 | 1 | 10001101 | 1100001 | 110111 |
Color Harmonies of #1FFC6C
Complementary color
Monochromatic Colors of #1FFC6C
Black with #1FFC6C
Text Example
Text Example
White with #1FFC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC6C; }
p { color: rgb(31,252,108); }
H1.HeaderClassName
{
color: #1FFC6C;
}
.AnyTagClassName
{
color: #1FFC6C;
}
</style>
background-color css
<style>
a { background-color: #1FFC6C; }
a { background-color: rgb(31,252,108); }
div.DivClassName
{
background-color: #1FFC6C;
}
.BgClassName
{
background-color: #1FFC6C;
}
</style>
border-color css
<style>
span { border-color: #1FFC6C; }
span { border-color: rgb(31,252,108); }
td.TdClassName
{
border-color: #1FFC6C;
}
.TagClassName
{
border-color: #1FFC6C;
}
</style>