Shades of Lime Green #3CB131
Tints of Lime Green #3CB131
RGB
CMYK
RGB Variations
Color information
#3CB131 (or 0x3CB131) is known color: Lime Green. HEX triplet: 3C, B1 and 31. RGB value is (60,177,49). Sum of RGB (Red+Green+Blue) = 60+177+49=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 177 (69.53% from 255 or 61.89% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB131 is #C34ECE. Grayscale: #7F7F7F. Windows color (decimal): -12799695 or 3256636. OLE color: 3256636.
HSL color Cylindrical-coordinate representation of color #3CB131: hue angle of 114.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CB131 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 49 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.31 |
| HSL | 114.84º | 0.57% | 0.44% | - |
| HSV(B) | 114.84º | 0.72% | 0.69% | - |
| XYZ | 18.14 | 32.63 | 8.25 | - |
| YUV | 127.43 | 83.74 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 49 | 0.66 | 0 | 0.72 | 0.31 | 114.84 | 0.57 | 0.44 |
| Hex | 3C | B1 | 31 | 42 | 0 | 48 | 1F | 73 | 39 | 2C |
| Octal | 74 | 261 | 61 | 102 | 0 | 110 | 37 | 163 | 71 | 54 |
| Binary | 111100 | 10110001 | 110001 | 1000010 | 0 | 1001000 | 11111 | 1110011 | 111001 | 101100 |
Color Harmonies of #3CB131
Complementary color
Monochromatic Colors of #3CB131
Black with #3CB131
Text Example
Text Example
White with #3CB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB131; }
p { color: rgb(60,177,49); }
H1.HeaderClassName
{
color: #3CB131;
}
.AnyTagClassName
{
color: #3CB131;
}
</style>
background-color css
<style>
a { background-color: #3CB131; }
a { background-color: rgb(60,177,49); }
div.DivClassName
{
background-color: #3CB131;
}
.BgClassName
{
background-color: #3CB131;
}
</style>
border-color css
<style>
span { border-color: #3CB131; }
span { border-color: rgb(60,177,49); }
td.TdClassName
{
border-color: #3CB131;
}
.TagClassName
{
border-color: #3CB131;
}
</style>