Shades of Lime Green #3CE150
Tints of Lime Green #3CE150
RGB
CMYK
RGB Variations
Color information
#3CE150 (or 0x3CE150) is known color: Lime Green. HEX triplet: 3C, E1 and 50. RGB value is (60,225,80). Sum of RGB (Red+Green+Blue) = 60+225+80=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE150 is #C31EAF. Grayscale: #9F9F9F. Windows color (decimal): -12787376 or 5300540. OLE color: 5300540.
HSL color Cylindrical-coordinate representation of color #3CE150: hue angle of 127.27º 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 #3CE150 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 80 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.12 |
| HSL | 127.27º | 0.73% | 0.56% | - |
| HSV(B) | 127.27º | 0.73% | 0.88% | - |
| XYZ | 30.24 | 55.39 | 16.69 | - |
| YUV | 159.14 | 83.34 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 80 | 0.73 | 0 | 0.64 | 0.12 | 127.27 | 0.73 | 0.56 |
| Hex | 3C | E1 | 50 | 49 | 0 | 40 | C | 7F | 49 | 38 |
| Octal | 74 | 341 | 120 | 111 | 0 | 100 | 14 | 177 | 111 | 70 |
| Binary | 111100 | 11100001 | 1010000 | 1001001 | 0 | 1000000 | 1100 | 1111111 | 1001001 | 111000 |
Color Harmonies of #3CE150
Complementary color
Monochromatic Colors of #3CE150
Black with #3CE150
Text Example
Text Example
White with #3CE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE150; }
p { color: rgb(60,225,80); }
H1.HeaderClassName
{
color: #3CE150;
}
.AnyTagClassName
{
color: #3CE150;
}
</style>
background-color css
<style>
a { background-color: #3CE150; }
a { background-color: rgb(60,225,80); }
div.DivClassName
{
background-color: #3CE150;
}
.BgClassName
{
background-color: #3CE150;
}
</style>
border-color css
<style>
span { border-color: #3CE150; }
span { border-color: rgb(60,225,80); }
td.TdClassName
{
border-color: #3CE150;
}
.TagClassName
{
border-color: #3CE150;
}
</style>