Shades of Lime Green #31FD3C
Tints of Lime Green #31FD3C
RGB
CMYK
RGB Variations
Color information
#31FD3C (or 0x31FD3C) is known color: Lime Green. HEX triplet: 31, FD and 3C. RGB value is (49,253,60). Sum of RGB (Red+Green+Blue) = 49+253+60=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #31FD3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FD3C is #CE02C3. Grayscale: #AAAAAA. Windows color (decimal): -13501124 or 3996977. OLE color: 3996977.
HSL color Cylindrical-coordinate representation of color #31FD3C: hue angle of 123.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FD3C is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 60 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.01 |
| HSL | 123.24º | 0.98% | 0.59% | - |
| HSV(B) | 123.24º | 0.81% | 0.99% | - |
| XYZ | 37.21 | 71.23 | 16.06 | - |
| YUV | 170 | 65.91 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 60 | 0.81 | 0 | 0.76 | 0.01 | 123.24 | 0.98 | 0.59 |
| Hex | 31 | FD | 3C | 51 | 0 | 4C | 1 | 7B | 62 | 3B |
| Octal | 61 | 375 | 74 | 121 | 0 | 114 | 1 | 173 | 142 | 73 |
| Binary | 110001 | 11111101 | 111100 | 1010001 | 0 | 1001100 | 1 | 1111011 | 1100010 | 111011 |
Color Harmonies of #31FD3C
Complementary color
Monochromatic Colors of #31FD3C
Black with #31FD3C
Text Example
Text Example
White with #31FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FD3C; }
p { color: rgb(49,253,60); }
H1.HeaderClassName
{
color: #31FD3C;
}
.AnyTagClassName
{
color: #31FD3C;
}
</style>
background-color css
<style>
a { background-color: #31FD3C; }
a { background-color: rgb(49,253,60); }
div.DivClassName
{
background-color: #31FD3C;
}
.BgClassName
{
background-color: #31FD3C;
}
</style>
border-color css
<style>
span { border-color: #31FD3C; }
span { border-color: rgb(49,253,60); }
td.TdClassName
{
border-color: #31FD3C;
}
.TagClassName
{
border-color: #31FD3C;
}
</style>