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