Shades of Lime Green #3CE131
Tints of Lime Green #3CE131
RGB
CMYK
RGB Variations
Color information
#3CE131 (or 0x3CE131) is known color: Lime Green. HEX triplet: 3C, E1 and 31. RGB value is (60,225,49). Sum of RGB (Red+Green+Blue) = 60+225+49=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE131 is #C31ECE. Grayscale: #9C9C9C. Windows color (decimal): -12787407 or 3268924. OLE color: 3268924.
HSL color Cylindrical-coordinate representation of color #3CE131: hue angle of 116.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CE131 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 49 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.12 |
| HSL | 116.25º | 0.75% | 0.54% | - |
| HSV(B) | 116.25º | 0.78% | 0.88% | - |
| XYZ | 29.34 | 55.03 | 11.98 | - |
| YUV | 155.6 | 67.84 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 49 | 0.73 | 0 | 0.78 | 0.12 | 116.25 | 0.75 | 0.54 |
| Hex | 3C | E1 | 31 | 49 | 0 | 4E | C | 74 | 4B | 36 |
| Octal | 74 | 341 | 61 | 111 | 0 | 116 | 14 | 164 | 113 | 66 |
| Binary | 111100 | 11100001 | 110001 | 1001001 | 0 | 1001110 | 1100 | 1110100 | 1001011 | 110110 |
Color Harmonies of #3CE131
Complementary color
Monochromatic Colors of #3CE131
Black with #3CE131
Text Example
Text Example
White with #3CE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE131; }
p { color: rgb(60,225,49); }
H1.HeaderClassName
{
color: #3CE131;
}
.AnyTagClassName
{
color: #3CE131;
}
</style>
background-color css
<style>
a { background-color: #3CE131; }
a { background-color: rgb(60,225,49); }
div.DivClassName
{
background-color: #3CE131;
}
.BgClassName
{
background-color: #3CE131;
}
</style>
border-color css
<style>
span { border-color: #3CE131; }
span { border-color: rgb(60,225,49); }
td.TdClassName
{
border-color: #3CE131;
}
.TagClassName
{
border-color: #3CE131;
}
</style>