Shades of Lime Green #31F627
Tints of Lime Green #31F627
RGB
CMYK
RGB Variations
Color information
#31F627 (or 0x31F627) is known color: Lime Green. HEX triplet: 31, F6 and 27. RGB value is (49,246,39). Sum of RGB (Red+Green+Blue) = 49+246+39=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 246 (96.48% from 255 or 73.65% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 246 - color contains mainly: green. Hex color #31F627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F627 is #CE09D8. Grayscale: #A4A4A4. Windows color (decimal): -13502937 or 2618929. OLE color: 2618929.
HSL color Cylindrical-coordinate representation of color #31F627: hue angle of 117.1º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31F627 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 39 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.04 |
| HSL | 117.1º | 0.92% | 0.56% | - |
| HSV(B) | 117.1º | 0.84% | 0.96% | - |
| XYZ | 34.59 | 66.71 | 12.97 | - |
| YUV | 163.5 | 57.73 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 39 | 0.80 | 0 | 0.84 | 0.04 | 117.1 | 0.92 | 0.56 |
| Hex | 31 | F6 | 27 | 50 | 0 | 54 | 4 | 75 | 5C | 38 |
| Octal | 61 | 366 | 47 | 120 | 0 | 124 | 4 | 165 | 134 | 70 |
| Binary | 110001 | 11110110 | 100111 | 1010000 | 0 | 1010100 | 100 | 1110101 | 1011100 | 111000 |
Color Harmonies of #31F627
Complementary color
Monochromatic Colors of #31F627
Black with #31F627
Text Example
Text Example
White with #31F627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F627; }
p { color: rgb(49,246,39); }
H1.HeaderClassName
{
color: #31F627;
}
.AnyTagClassName
{
color: #31F627;
}
</style>
background-color css
<style>
a { background-color: #31F627; }
a { background-color: rgb(49,246,39); }
div.DivClassName
{
background-color: #31F627;
}
.BgClassName
{
background-color: #31F627;
}
</style>
border-color css
<style>
span { border-color: #31F627; }
span { border-color: rgb(49,246,39); }
td.TdClassName
{
border-color: #31F627;
}
.TagClassName
{
border-color: #31F627;
}
</style>