Shades of Spring Green #1FF370
Tints of Spring Green #1FF370
RGB
CMYK
RGB Variations
Color information
#1FF370 (or 0x1FF370) is known color: Spring Green. HEX triplet: 1F, F3 and 70. RGB value is (31,243,112). Sum of RGB (Red+Green+Blue) = 31+243+112=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 243 (95.31% from 255 or 62.95% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 243 - color contains mainly: green. Hex color #1FF370 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF370 is #E00C8F. Grayscale: #A4A4A4. Windows color (decimal): -14683280 or 7402271. OLE color: 7402271.
HSL color Cylindrical-coordinate representation of color #1FF370: hue angle of 142.92º degrees, saturation: 0.9, 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 #1FF370 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 243 | 112 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.05 |
| HSL | 142.92º | 0.9% | 0.54% | - |
| HSV(B) | 142.92º | 0.87% | 0.95% | - |
| XYZ | 35.54 | 65.56 | 26.11 | - |
| YUV | 164.68 | 98.26 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 243 | 112 | 0.87 | 0 | 0.54 | 0.05 | 142.92 | 0.9 | 0.54 |
| Hex | 1F | F3 | 70 | 57 | 0 | 36 | 5 | 8F | 5A | 36 |
| Octal | 37 | 363 | 160 | 127 | 0 | 66 | 5 | 217 | 132 | 66 |
| Binary | 11111 | 11110011 | 1110000 | 1010111 | 0 | 110110 | 101 | 10001111 | 1011010 | 110110 |
Color Harmonies of #1FF370
Complementary color
Monochromatic Colors of #1FF370
Black with #1FF370
Text Example
Text Example
White with #1FF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF370; }
p { color: rgb(31,243,112); }
H1.HeaderClassName
{
color: #1FF370;
}
.AnyTagClassName
{
color: #1FF370;
}
</style>
background-color css
<style>
a { background-color: #1FF370; }
a { background-color: rgb(31,243,112); }
div.DivClassName
{
background-color: #1FF370;
}
.BgClassName
{
background-color: #1FF370;
}
</style>
border-color css
<style>
span { border-color: #1FF370; }
span { border-color: rgb(31,243,112); }
td.TdClassName
{
border-color: #1FF370;
}
.TagClassName
{
border-color: #1FF370;
}
</style>