Shades of Lime Green #31F628
Tints of Lime Green #31F628
RGB
CMYK
RGB Variations
Color information
#31F628 (or 0x31F628) is known color: Lime Green. HEX triplet: 31, F6 and 28. RGB value is (49,246,40). Sum of RGB (Red+Green+Blue) = 49+246+40=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 246 (96.48% from 255 or 73.43% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 246 - color contains mainly: green. Hex color #31F628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F628 is #CE09D7. Grayscale: #A4A4A4. Windows color (decimal): -13502936 or 2684465. OLE color: 2684465.
HSL color Cylindrical-coordinate representation of color #31F628: hue angle of 117.38º 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 #31F628 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 40 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.04 |
| HSL | 117.38º | 0.92% | 0.56% | - |
| HSV(B) | 117.38º | 0.84% | 0.96% | - |
| XYZ | 34.61 | 66.72 | 13.06 | - |
| YUV | 163.61 | 58.23 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 40 | 0.80 | 0 | 0.84 | 0.04 | 117.38 | 0.92 | 0.56 |
| Hex | 31 | F6 | 28 | 50 | 0 | 54 | 4 | 75 | 5C | 38 |
| Octal | 61 | 366 | 50 | 120 | 0 | 124 | 4 | 165 | 134 | 70 |
| Binary | 110001 | 11110110 | 101000 | 1010000 | 0 | 1010100 | 100 | 1110101 | 1011100 | 111000 |
Color Harmonies of #31F628
Complementary color
Monochromatic Colors of #31F628
Black with #31F628
Text Example
Text Example
White with #31F628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F628; }
p { color: rgb(49,246,40); }
H1.HeaderClassName
{
color: #31F628;
}
.AnyTagClassName
{
color: #31F628;
}
</style>
background-color css
<style>
a { background-color: #31F628; }
a { background-color: rgb(49,246,40); }
div.DivClassName
{
background-color: #31F628;
}
.BgClassName
{
background-color: #31F628;
}
</style>
border-color css
<style>
span { border-color: #31F628; }
span { border-color: rgb(49,246,40); }
td.TdClassName
{
border-color: #31F628;
}
.TagClassName
{
border-color: #31F628;
}
</style>