Shades of Lime Green #3CE051
Tints of Lime Green #3CE051
RGB
CMYK
RGB Variations
Color information
#3CE051 (or 0x3CE051) is known color: Lime Green. HEX triplet: 3C, E0 and 51. RGB value is (60,224,81). Sum of RGB (Red+Green+Blue) = 60+224+81=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE051 is #C31FAE. Grayscale: #9F9F9F. Windows color (decimal): -12787631 or 5365820. OLE color: 5365820.
HSL color Cylindrical-coordinate representation of color #3CE051: hue angle of 127.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE051 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 81 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.12 |
| HSL | 127.68º | 0.73% | 0.56% | - |
| HSV(B) | 127.68º | 0.73% | 0.88% | - |
| XYZ | 30 | 54.87 | 16.79 | - |
| YUV | 158.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 81 | 0.73 | 0 | 0.64 | 0.12 | 127.68 | 0.73 | 0.56 |
| Hex | 3C | E0 | 51 | 49 | 0 | 40 | C | 80 | 49 | 38 |
| Octal | 74 | 340 | 121 | 111 | 0 | 100 | 14 | 200 | 111 | 70 |
| Binary | 111100 | 11100000 | 1010001 | 1001001 | 0 | 1000000 | 1100 | 10000000 | 1001001 | 111000 |
Color Harmonies of #3CE051
Complementary color
Monochromatic Colors of #3CE051
Black with #3CE051
Text Example
Text Example
White with #3CE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE051; }
p { color: rgb(60,224,81); }
H1.HeaderClassName
{
color: #3CE051;
}
.AnyTagClassName
{
color: #3CE051;
}
</style>
background-color css
<style>
a { background-color: #3CE051; }
a { background-color: rgb(60,224,81); }
div.DivClassName
{
background-color: #3CE051;
}
.BgClassName
{
background-color: #3CE051;
}
</style>
border-color css
<style>
span { border-color: #3CE051; }
span { border-color: rgb(60,224,81); }
td.TdClassName
{
border-color: #3CE051;
}
.TagClassName
{
border-color: #3CE051;
}
</style>