Shades of Lime Green #1FF138
Tints of Lime Green #1FF138
RGB
CMYK
RGB Variations
Color information
#1FF138 (or 0x1FF138) is known color: Lime Green. HEX triplet: 1F, F1 and 38. RGB value is (31,241,56). Sum of RGB (Red+Green+Blue) = 31+241+56=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF138 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF138 is #E00EC7. Grayscale: #9D9D9D. Windows color (decimal): -14683848 or 3731743. OLE color: 3731743.
HSL color Cylindrical-coordinate representation of color #1FF138: hue angle of 127.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF138 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 241 | 56 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.05 |
| HSL | 127.14º | 0.88% | 0.53% | - |
| HSV(B) | 127.14º | 0.87% | 0.95% | - |
| XYZ | 32.73 | 63.49 | 14.27 | - |
| YUV | 157.12 | 70.93 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 241 | 56 | 0.87 | 0 | 0.77 | 0.05 | 127.14 | 0.88 | 0.53 |
| Hex | 1F | F1 | 38 | 57 | 0 | 4D | 5 | 7F | 58 | 35 |
| Octal | 37 | 361 | 70 | 127 | 0 | 115 | 5 | 177 | 130 | 65 |
| Binary | 11111 | 11110001 | 111000 | 1010111 | 0 | 1001101 | 101 | 1111111 | 1011000 | 110101 |
Color Harmonies of #1FF138
Complementary color
Monochromatic Colors of #1FF138
Black with #1FF138
Text Example
Text Example
White with #1FF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF138; }
p { color: rgb(31,241,56); }
H1.HeaderClassName
{
color: #1FF138;
}
.AnyTagClassName
{
color: #1FF138;
}
</style>
background-color css
<style>
a { background-color: #1FF138; }
a { background-color: rgb(31,241,56); }
div.DivClassName
{
background-color: #1FF138;
}
.BgClassName
{
background-color: #1FF138;
}
</style>
border-color css
<style>
span { border-color: #1FF138; }
span { border-color: rgb(31,241,56); }
td.TdClassName
{
border-color: #1FF138;
}
.TagClassName
{
border-color: #1FF138;
}
</style>