Shades of Lime Green #31D23F
Tints of Lime Green #31D23F
RGB
CMYK
RGB Variations
Color information
#31D23F (or 0x31D23F) is known color: Lime Green. HEX triplet: 31, D2 and 3F. RGB value is (49,210,63). Sum of RGB (Red+Green+Blue) = 49+210+63=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 210 (82.42% from 255 or 65.22% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 210 - color contains mainly: green. Hex color #31D23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D23F is #CE2DC0. Grayscale: #919191. Windows color (decimal): -13512129 or 4182577. OLE color: 4182577.
HSL color Cylindrical-coordinate representation of color #31D23F: hue angle of 125.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D23F is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 63 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.18 |
| HSL | 125.22º | 0.64% | 0.51% | - |
| HSV(B) | 125.22º | 0.77% | 0.82% | - |
| XYZ | 25.21 | 47.11 | 12.47 | - |
| YUV | 145.1 | 81.66 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 63 | 0.77 | 0 | 0.70 | 0.18 | 125.22 | 0.64 | 0.51 |
| Hex | 31 | D2 | 3F | 4D | 0 | 46 | 12 | 7D | 40 | 33 |
| Octal | 61 | 322 | 77 | 115 | 0 | 106 | 22 | 175 | 100 | 63 |
| Binary | 110001 | 11010010 | 111111 | 1001101 | 0 | 1000110 | 10010 | 1111101 | 1000000 | 110011 |
Color Harmonies of #31D23F
Complementary color
Monochromatic Colors of #31D23F
Black with #31D23F
Text Example
Text Example
White with #31D23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D23F; }
p { color: rgb(49,210,63); }
H1.HeaderClassName
{
color: #31D23F;
}
.AnyTagClassName
{
color: #31D23F;
}
</style>
background-color css
<style>
a { background-color: #31D23F; }
a { background-color: rgb(49,210,63); }
div.DivClassName
{
background-color: #31D23F;
}
.BgClassName
{
background-color: #31D23F;
}
</style>
border-color css
<style>
span { border-color: #31D23F; }
span { border-color: rgb(49,210,63); }
td.TdClassName
{
border-color: #31D23F;
}
.TagClassName
{
border-color: #31D23F;
}
</style>