Shades of Lime Green #31FC3C
Tints of Lime Green #31FC3C
RGB
CMYK
RGB Variations
Color information
#31FC3C (or 0x31FC3C) is known color: Lime Green. HEX triplet: 31, FC and 3C. RGB value is (49,252,60). Sum of RGB (Red+Green+Blue) = 49+252+60=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FC3C is #CE03C3. Grayscale: #A9A9A9. Windows color (decimal): -13501380 or 3996721. OLE color: 3996721.
HSL color Cylindrical-coordinate representation of color #31FC3C: hue angle of 123.25º degrees, saturation: 0.97, 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 #31FC3C is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 60 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.01 |
| HSL | 123.25º | 0.97% | 0.59% | - |
| HSV(B) | 123.25º | 0.81% | 0.99% | - |
| XYZ | 36.89 | 70.6 | 15.96 | - |
| YUV | 169.42 | 66.25 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 60 | 0.81 | 0 | 0.76 | 0.01 | 123.25 | 0.97 | 0.59 |
| Hex | 31 | FC | 3C | 51 | 0 | 4C | 1 | 7B | 61 | 3B |
| Octal | 61 | 374 | 74 | 121 | 0 | 114 | 1 | 173 | 141 | 73 |
| Binary | 110001 | 11111100 | 111100 | 1010001 | 0 | 1001100 | 1 | 1111011 | 1100001 | 111011 |
Color Harmonies of #31FC3C
Complementary color
Monochromatic Colors of #31FC3C
Black with #31FC3C
Text Example
Text Example
White with #31FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FC3C; }
p { color: rgb(49,252,60); }
H1.HeaderClassName
{
color: #31FC3C;
}
.AnyTagClassName
{
color: #31FC3C;
}
</style>
background-color css
<style>
a { background-color: #31FC3C; }
a { background-color: rgb(49,252,60); }
div.DivClassName
{
background-color: #31FC3C;
}
.BgClassName
{
background-color: #31FC3C;
}
</style>
border-color css
<style>
span { border-color: #31FC3C; }
span { border-color: rgb(49,252,60); }
td.TdClassName
{
border-color: #31FC3C;
}
.TagClassName
{
border-color: #31FC3C;
}
</style>