Shades of Lime Green #3CC131
Tints of Lime Green #3CC131
RGB
CMYK
RGB Variations
Color information
#3CC131 (or 0x3CC131) is known color: Lime Green. HEX triplet: 3C, C1 and 31. RGB value is (60,193,49). Sum of RGB (Red+Green+Blue) = 60+193+49=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC131 is #C33ECE. Grayscale: #898989. Windows color (decimal): -12795599 or 3260732. OLE color: 3260732.
HSL color Cylindrical-coordinate representation of color #3CC131: hue angle of 115.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CC131 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 49 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.24 |
| HSL | 115.42º | 0.6% | 0.47% | - |
| HSV(B) | 115.42º | 0.75% | 0.76% | - |
| XYZ | 21.49 | 39.32 | 9.36 | - |
| YUV | 136.82 | 78.44 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 49 | 0.69 | 0 | 0.75 | 0.24 | 115.42 | 0.6 | 0.47 |
| Hex | 3C | C1 | 31 | 45 | 0 | 4B | 18 | 73 | 3C | 2F |
| Octal | 74 | 301 | 61 | 105 | 0 | 113 | 30 | 163 | 74 | 57 |
| Binary | 111100 | 11000001 | 110001 | 1000101 | 0 | 1001011 | 11000 | 1110011 | 111100 | 101111 |
Color Harmonies of #3CC131
Complementary color
Monochromatic Colors of #3CC131
Black with #3CC131
Text Example
Text Example
White with #3CC131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC131; }
p { color: rgb(60,193,49); }
H1.HeaderClassName
{
color: #3CC131;
}
.AnyTagClassName
{
color: #3CC131;
}
</style>
background-color css
<style>
a { background-color: #3CC131; }
a { background-color: rgb(60,193,49); }
div.DivClassName
{
background-color: #3CC131;
}
.BgClassName
{
background-color: #3CC131;
}
</style>
border-color css
<style>
span { border-color: #3CC131; }
span { border-color: rgb(60,193,49); }
td.TdClassName
{
border-color: #3CC131;
}
.TagClassName
{
border-color: #3CC131;
}
</style>