Shades of Lime Green #3CE158
Tints of Lime Green #3CE158
RGB
CMYK
RGB Variations
Color information
#3CE158 (or 0x3CE158) is known color: Lime Green. HEX triplet: 3C, E1 and 58. RGB value is (60,225,88). Sum of RGB (Red+Green+Blue) = 60+225+88=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE158 is #C31EA7. Grayscale: #A0A0A0. Windows color (decimal): -12787368 or 5824828. OLE color: 5824828.
HSL color Cylindrical-coordinate representation of color #3CE158: hue angle of 130.18º 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 #3CE158 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 88 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.12 |
| HSL | 130.18º | 0.73% | 0.56% | - |
| HSV(B) | 130.18º | 0.73% | 0.88% | - |
| XYZ | 30.55 | 55.52 | 18.34 | - |
| YUV | 160.05 | 87.34 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 88 | 0.73 | 0 | 0.61 | 0.12 | 130.18 | 0.73 | 0.56 |
| Hex | 3C | E1 | 58 | 49 | 0 | 3D | C | 82 | 49 | 38 |
| Octal | 74 | 341 | 130 | 111 | 0 | 75 | 14 | 202 | 111 | 70 |
| Binary | 111100 | 11100001 | 1011000 | 1001001 | 0 | 111101 | 1100 | 10000010 | 1001001 | 111000 |
Color Harmonies of #3CE158
Complementary color
Monochromatic Colors of #3CE158
Black with #3CE158
Text Example
Text Example
White with #3CE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE158; }
p { color: rgb(60,225,88); }
H1.HeaderClassName
{
color: #3CE158;
}
.AnyTagClassName
{
color: #3CE158;
}
</style>
background-color css
<style>
a { background-color: #3CE158; }
a { background-color: rgb(60,225,88); }
div.DivClassName
{
background-color: #3CE158;
}
.BgClassName
{
background-color: #3CE158;
}
</style>
border-color css
<style>
span { border-color: #3CE158; }
span { border-color: rgb(60,225,88); }
td.TdClassName
{
border-color: #3CE158;
}
.TagClassName
{
border-color: #3CE158;
}
</style>