Shades of Lime Green #31F42D
Tints of Lime Green #31F42D
RGB
CMYK
RGB Variations
Color information
#31F42D (or 0x31F42D) is known color: Lime Green. HEX triplet: 31, F4 and 2D. RGB value is (49,244,45). Sum of RGB (Red+Green+Blue) = 49+244+45=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #31F42D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F42D is #CE0BD2. Grayscale: #A3A3A3. Windows color (decimal): -13503443 or 3011633. OLE color: 3011633.
HSL color Cylindrical-coordinate representation of color #31F42D: hue angle of 118.79º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31F42D is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 244 | 45 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.04 |
| HSL | 118.79º | 0.9% | 0.57% | - |
| HSV(B) | 118.79º | 0.82% | 0.96% | - |
| XYZ | 34.09 | 65.54 | 13.34 | - |
| YUV | 163.01 | 61.4 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 244 | 45 | 0.80 | 0 | 0.82 | 0.04 | 118.79 | 0.9 | 0.57 |
| Hex | 31 | F4 | 2D | 50 | 0 | 52 | 4 | 77 | 5A | 39 |
| Octal | 61 | 364 | 55 | 120 | 0 | 122 | 4 | 167 | 132 | 71 |
| Binary | 110001 | 11110100 | 101101 | 1010000 | 0 | 1010010 | 100 | 1110111 | 1011010 | 111001 |
Color Harmonies of #31F42D
Complementary color
Monochromatic Colors of #31F42D
Black with #31F42D
Text Example
Text Example
White with #31F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F42D; }
p { color: rgb(49,244,45); }
H1.HeaderClassName
{
color: #31F42D;
}
.AnyTagClassName
{
color: #31F42D;
}
</style>
background-color css
<style>
a { background-color: #31F42D; }
a { background-color: rgb(49,244,45); }
div.DivClassName
{
background-color: #31F42D;
}
.BgClassName
{
background-color: #31F42D;
}
</style>
border-color css
<style>
span { border-color: #31F42D; }
span { border-color: rgb(49,244,45); }
td.TdClassName
{
border-color: #31F42D;
}
.TagClassName
{
border-color: #31F42D;
}
</style>