Shades of Spring Green #1FF38A
Tints of Spring Green #1FF38A
RGB
CMYK
RGB Variations
Color information
#1FF38A (or 0x1FF38A) is known color: Spring Green. HEX triplet: 1F, F3 and 8A. RGB value is (31,243,138). Sum of RGB (Red+Green+Blue) = 31+243+138=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 243 (95.31% from 255 or 58.98% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 243 - color contains mainly: green. Hex color #1FF38A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF38A is #E00C75. Grayscale: #A7A7A7. Windows color (decimal): -14683254 or 9106207. OLE color: 9106207.
HSL color Cylindrical-coordinate representation of color #1FF38A: hue angle of 150.28º 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 #1FF38A is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 243 | 138 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.05 |
| HSL | 150.28º | 0.9% | 0.54% | - |
| HSV(B) | 150.28º | 0.87% | 0.95% | - |
| XYZ | 37.2 | 66.23 | 34.87 | - |
| YUV | 167.64 | 111.26 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 243 | 138 | 0.87 | 0 | 0.43 | 0.05 | 150.28 | 0.9 | 0.54 |
| Hex | 1F | F3 | 8A | 57 | 0 | 2B | 5 | 96 | 5A | 36 |
| Octal | 37 | 363 | 212 | 127 | 0 | 53 | 5 | 226 | 132 | 66 |
| Binary | 11111 | 11110011 | 10001010 | 1010111 | 0 | 101011 | 101 | 10010110 | 1011010 | 110110 |
Color Harmonies of #1FF38A
Complementary color
Monochromatic Colors of #1FF38A
Black with #1FF38A
Text Example
Text Example
White with #1FF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF38A; }
p { color: rgb(31,243,138); }
H1.HeaderClassName
{
color: #1FF38A;
}
.AnyTagClassName
{
color: #1FF38A;
}
</style>
background-color css
<style>
a { background-color: #1FF38A; }
a { background-color: rgb(31,243,138); }
div.DivClassName
{
background-color: #1FF38A;
}
.BgClassName
{
background-color: #1FF38A;
}
</style>
border-color css
<style>
span { border-color: #1FF38A; }
span { border-color: rgb(31,243,138); }
td.TdClassName
{
border-color: #1FF38A;
}
.TagClassName
{
border-color: #1FF38A;
}
</style>