Shades of Lime Green #31D61C
Tints of Lime Green #31D61C
RGB
CMYK
RGB Variations
Color information
#31D61C (or 0x31D61C) is known color: Lime Green. HEX triplet: 31, D6 and 1C. RGB value is (49,214,28). Sum of RGB (Red+Green+Blue) = 49+214+28=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 214 (83.98% from 255 or 73.54% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 214 - color contains mainly: green. Hex color #31D61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D61C is #CE29E3. Grayscale: #909090. Windows color (decimal): -13511140 or 1889841. OLE color: 1889841.
HSL color Cylindrical-coordinate representation of color #31D61C: hue angle of 113.23º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31D61C is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 28 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.16 |
| HSL | 113.23º | 0.77% | 0.47% | - |
| HSV(B) | 113.23º | 0.87% | 0.84% | - |
| XYZ | 25.52 | 48.83 | 9.18 | - |
| YUV | 143.46 | 62.84 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 28 | 0.77 | 0 | 0.87 | 0.16 | 113.23 | 0.77 | 0.47 |
| Hex | 31 | D6 | 1C | 4D | 0 | 57 | 10 | 71 | 4D | 2F |
| Octal | 61 | 326 | 34 | 115 | 0 | 127 | 20 | 161 | 115 | 57 |
| Binary | 110001 | 11010110 | 11100 | 1001101 | 0 | 1010111 | 10000 | 1110001 | 1001101 | 101111 |
Color Harmonies of #31D61C
Complementary color
Monochromatic Colors of #31D61C
Black with #31D61C
Text Example
Text Example
White with #31D61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D61C; }
p { color: rgb(49,214,28); }
H1.HeaderClassName
{
color: #31D61C;
}
.AnyTagClassName
{
color: #31D61C;
}
</style>
background-color css
<style>
a { background-color: #31D61C; }
a { background-color: rgb(49,214,28); }
div.DivClassName
{
background-color: #31D61C;
}
.BgClassName
{
background-color: #31D61C;
}
</style>
border-color css
<style>
span { border-color: #31D61C; }
span { border-color: rgb(49,214,28); }
td.TdClassName
{
border-color: #31D61C;
}
.TagClassName
{
border-color: #31D61C;
}
</style>