Shades of Lime Green #1FEC31
Tints of Lime Green #1FEC31
RGB
CMYK
RGB Variations
Color information
#1FEC31 (or 0x1FEC31) is known color: Lime Green. HEX triplet: 1F, EC and 31. RGB value is (31,236,49). Sum of RGB (Red+Green+Blue) = 31+236+49=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC31 is #E013CE. Grayscale: #999999. Windows color (decimal): -14685135 or 3271711. OLE color: 3271711.
HSL color Cylindrical-coordinate representation of color #1FEC31: hue angle of 125.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEC31 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 49 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.07 |
| HSL | 125.27º | 0.84% | 0.52% | - |
| HSV(B) | 125.27º | 0.87% | 0.93% | - |
| XYZ | 31.11 | 60.5 | 12.94 | - |
| YUV | 153.39 | 69.08 | 40.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 49 | 0.87 | 0 | 0.79 | 0.07 | 125.27 | 0.84 | 0.52 |
| Hex | 1F | EC | 31 | 57 | 0 | 4F | 7 | 7D | 54 | 34 |
| Octal | 37 | 354 | 61 | 127 | 0 | 117 | 7 | 175 | 124 | 64 |
| Binary | 11111 | 11101100 | 110001 | 1010111 | 0 | 1001111 | 111 | 1111101 | 1010100 | 110100 |
Color Harmonies of #1FEC31
Complementary color
Monochromatic Colors of #1FEC31
Black with #1FEC31
Text Example
Text Example
White with #1FEC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC31; }
p { color: rgb(31,236,49); }
H1.HeaderClassName
{
color: #1FEC31;
}
.AnyTagClassName
{
color: #1FEC31;
}
</style>
background-color css
<style>
a { background-color: #1FEC31; }
a { background-color: rgb(31,236,49); }
div.DivClassName
{
background-color: #1FEC31;
}
.BgClassName
{
background-color: #1FEC31;
}
</style>
border-color css
<style>
span { border-color: #1FEC31; }
span { border-color: rgb(31,236,49); }
td.TdClassName
{
border-color: #1FEC31;
}
.TagClassName
{
border-color: #1FEC31;
}
</style>