Shades of Spring Green #1FF288
Tints of Spring Green #1FF288
RGB
CMYK
RGB Variations
Color information
#1FF288 (or 0x1FF288) is known color: Spring Green. HEX triplet: 1F, F2 and 88. RGB value is (31,242,136). Sum of RGB (Red+Green+Blue) = 31+242+136=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF288 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF288 is #E00D77. Grayscale: #A7A7A7. Windows color (decimal): -14683512 or 8974879. OLE color: 8974879.
HSL color Cylindrical-coordinate representation of color #1FF288: hue angle of 149.86º degrees, saturation: 0.89, 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 #1FF288 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 136 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.05 |
| HSL | 149.86º | 0.89% | 0.54% | - |
| HSV(B) | 149.86º | 0.87% | 0.95% | - |
| XYZ | 36.76 | 65.57 | 34.01 | - |
| YUV | 166.83 | 110.6 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 136 | 0.87 | 0 | 0.44 | 0.05 | 149.86 | 0.89 | 0.54 |
| Hex | 1F | F2 | 88 | 57 | 0 | 2C | 5 | 96 | 59 | 36 |
| Octal | 37 | 362 | 210 | 127 | 0 | 54 | 5 | 226 | 131 | 66 |
| Binary | 11111 | 11110010 | 10001000 | 1010111 | 0 | 101100 | 101 | 10010110 | 1011001 | 110110 |
Color Harmonies of #1FF288
Complementary color
Monochromatic Colors of #1FF288
Black with #1FF288
Text Example
Text Example
White with #1FF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF288; }
p { color: rgb(31,242,136); }
H1.HeaderClassName
{
color: #1FF288;
}
.AnyTagClassName
{
color: #1FF288;
}
</style>
background-color css
<style>
a { background-color: #1FF288; }
a { background-color: rgb(31,242,136); }
div.DivClassName
{
background-color: #1FF288;
}
.BgClassName
{
background-color: #1FF288;
}
</style>
border-color css
<style>
span { border-color: #1FF288; }
span { border-color: rgb(31,242,136); }
td.TdClassName
{
border-color: #1FF288;
}
.TagClassName
{
border-color: #1FF288;
}
</style>