Shades of Lime Green #31D02C
Tints of Lime Green #31D02C
RGB
CMYK
RGB Variations
Color information
#31D02C (or 0x31D02C) is known color: Lime Green. HEX triplet: 31, D0 and 2C. RGB value is (49,208,44). Sum of RGB (Red+Green+Blue) = 49+208+44=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #31D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D02C is #CE2FD3. Grayscale: #8E8E8E. Windows color (decimal): -13512660 or 2936881. OLE color: 2936881.
HSL color Cylindrical-coordinate representation of color #31D02C: hue angle of 118.17º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D02C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 44 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.18 |
| HSL | 118.17º | 0.65% | 0.49% | - |
| HSV(B) | 118.17º | 0.79% | 0.82% | - |
| XYZ | 24.28 | 45.95 | 9.97 | - |
| YUV | 141.76 | 72.82 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 44 | 0.76 | 0 | 0.79 | 0.18 | 118.17 | 0.65 | 0.49 |
| Hex | 31 | D0 | 2C | 4C | 0 | 4F | 12 | 76 | 41 | 31 |
| Octal | 61 | 320 | 54 | 114 | 0 | 117 | 22 | 166 | 101 | 61 |
| Binary | 110001 | 11010000 | 101100 | 1001100 | 0 | 1001111 | 10010 | 1110110 | 1000001 | 110001 |
Color Harmonies of #31D02C
Complementary color
Monochromatic Colors of #31D02C
Black with #31D02C
Text Example
Text Example
White with #31D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D02C; }
p { color: rgb(49,208,44); }
H1.HeaderClassName
{
color: #31D02C;
}
.AnyTagClassName
{
color: #31D02C;
}
</style>
background-color css
<style>
a { background-color: #31D02C; }
a { background-color: rgb(49,208,44); }
div.DivClassName
{
background-color: #31D02C;
}
.BgClassName
{
background-color: #31D02C;
}
</style>
border-color css
<style>
span { border-color: #31D02C; }
span { border-color: rgb(49,208,44); }
td.TdClassName
{
border-color: #31D02C;
}
.TagClassName
{
border-color: #31D02C;
}
</style>