Shades of Lime Green #31CE1F
Tints of Lime Green #31CE1F
RGB
CMYK
RGB Variations
Color information
#31CE1F (or 0x31CE1F) is known color: Lime Green. HEX triplet: 31, CE and 1F. RGB value is (49,206,31). Sum of RGB (Red+Green+Blue) = 49+206+31=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 206 (80.86% from 255 or 72.03% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE1F is #CE31E0. Grayscale: #8B8B8B. Windows color (decimal): -13513185 or 2084401. OLE color: 2084401.
HSL color Cylindrical-coordinate representation of color #31CE1F: hue angle of 113.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31CE1F is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 31 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.19 |
| HSL | 113.83º | 0.74% | 0.46% | - |
| HSV(B) | 113.83º | 0.85% | 0.81% | - |
| XYZ | 23.59 | 44.89 | 8.72 | - |
| YUV | 139.11 | 66.99 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 31 | 0.76 | 0 | 0.85 | 0.19 | 113.83 | 0.74 | 0.46 |
| Hex | 31 | CE | 1F | 4C | 0 | 55 | 13 | 72 | 4A | 2E |
| Octal | 61 | 316 | 37 | 114 | 0 | 125 | 23 | 162 | 112 | 56 |
| Binary | 110001 | 11001110 | 11111 | 1001100 | 0 | 1010101 | 10011 | 1110010 | 1001010 | 101110 |
Color Harmonies of #31CE1F
Complementary color
Monochromatic Colors of #31CE1F
Black with #31CE1F
Text Example
Text Example
White with #31CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE1F; }
p { color: rgb(49,206,31); }
H1.HeaderClassName
{
color: #31CE1F;
}
.AnyTagClassName
{
color: #31CE1F;
}
</style>
background-color css
<style>
a { background-color: #31CE1F; }
a { background-color: rgb(49,206,31); }
div.DivClassName
{
background-color: #31CE1F;
}
.BgClassName
{
background-color: #31CE1F;
}
</style>
border-color css
<style>
span { border-color: #31CE1F; }
span { border-color: rgb(49,206,31); }
td.TdClassName
{
border-color: #31CE1F;
}
.TagClassName
{
border-color: #31CE1F;
}
</style>