Shades of Lime Green #31F144
Tints of Lime Green #31F144
RGB
CMYK
RGB Variations
Color information
#31F144 (or 0x31F144) is known color: Lime Green. HEX triplet: 31, F1 and 44. RGB value is (49,241,68). Sum of RGB (Red+Green+Blue) = 49+241+68=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #31F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F144 is #CE0EBB. Grayscale: #A4A4A4. Windows color (decimal): -13504188 or 4518193. OLE color: 4518193.
HSL color Cylindrical-coordinate representation of color #31F144: hue angle of 125.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F144 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 68 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.05 |
| HSL | 125.94º | 0.87% | 0.57% | - |
| HSV(B) | 125.94º | 0.8% | 0.95% | - |
| XYZ | 33.77 | 63.98 | 16.04 | - |
| YUV | 163.87 | 73.89 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 68 | 0.80 | 0 | 0.72 | 0.05 | 125.94 | 0.87 | 0.57 |
| Hex | 31 | F1 | 44 | 50 | 0 | 48 | 5 | 7E | 57 | 39 |
| Octal | 61 | 361 | 104 | 120 | 0 | 110 | 5 | 176 | 127 | 71 |
| Binary | 110001 | 11110001 | 1000100 | 1010000 | 0 | 1001000 | 101 | 1111110 | 1010111 | 111001 |
Color Harmonies of #31F144
Complementary color
Monochromatic Colors of #31F144
Black with #31F144
Text Example
Text Example
White with #31F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F144; }
p { color: rgb(49,241,68); }
H1.HeaderClassName
{
color: #31F144;
}
.AnyTagClassName
{
color: #31F144;
}
</style>
background-color css
<style>
a { background-color: #31F144; }
a { background-color: rgb(49,241,68); }
div.DivClassName
{
background-color: #31F144;
}
.BgClassName
{
background-color: #31F144;
}
</style>
border-color css
<style>
span { border-color: #31F144; }
span { border-color: rgb(49,241,68); }
td.TdClassName
{
border-color: #31F144;
}
.TagClassName
{
border-color: #31F144;
}
</style>