Shades of Spring Green #1FF382
Tints of Spring Green #1FF382
RGB
CMYK
RGB Variations
Color information
#1FF382 (or 0x1FF382) is known color: Spring Green. HEX triplet: 1F, F3 and 82. RGB value is (31,243,130). Sum of RGB (Red+Green+Blue) = 31+243+130=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #1FF382 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF382 is #E00C7D. Grayscale: #A6A6A6. Windows color (decimal): -14683262 or 8581919. OLE color: 8581919.
HSL color Cylindrical-coordinate representation of color #1FF382: hue angle of 148.02º 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 #1FF382 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 243 | 130 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.05 |
| HSL | 148.02º | 0.9% | 0.54% | - |
| HSV(B) | 148.02º | 0.87% | 0.95% | - |
| XYZ | 36.64 | 66 | 31.93 | - |
| YUV | 166.73 | 107.26 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 243 | 130 | 0.87 | 0 | 0.47 | 0.05 | 148.02 | 0.9 | 0.54 |
| Hex | 1F | F3 | 82 | 57 | 0 | 2F | 5 | 94 | 5A | 36 |
| Octal | 37 | 363 | 202 | 127 | 0 | 57 | 5 | 224 | 132 | 66 |
| Binary | 11111 | 11110011 | 10000010 | 1010111 | 0 | 101111 | 101 | 10010100 | 1011010 | 110110 |
Color Harmonies of #1FF382
Complementary color
Monochromatic Colors of #1FF382
Black with #1FF382
Text Example
Text Example
White with #1FF382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF382; }
p { color: rgb(31,243,130); }
H1.HeaderClassName
{
color: #1FF382;
}
.AnyTagClassName
{
color: #1FF382;
}
</style>
background-color css
<style>
a { background-color: #1FF382; }
a { background-color: rgb(31,243,130); }
div.DivClassName
{
background-color: #1FF382;
}
.BgClassName
{
background-color: #1FF382;
}
</style>
border-color css
<style>
span { border-color: #1FF382; }
span { border-color: rgb(31,243,130); }
td.TdClassName
{
border-color: #1FF382;
}
.TagClassName
{
border-color: #1FF382;
}
</style>