Shades of Lime Green #3CE355
Tints of Lime Green #3CE355
RGB
CMYK
RGB Variations
Color information
#3CE355 (or 0x3CE355) is known color: Lime Green. HEX triplet: 3C, E3 and 55. RGB value is (60,227,85). Sum of RGB (Red+Green+Blue) = 60+227+85=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 227 (89.06% from 255 or 61.02% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE355 is #C31CAA. Grayscale: #A1A1A1. Windows color (decimal): -12786859 or 5628732. OLE color: 5628732.
HSL color Cylindrical-coordinate representation of color #3CE355: hue angle of 128.98º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE355 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 85 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.11 |
| HSL | 128.98º | 0.75% | 0.56% | - |
| HSV(B) | 128.98º | 0.74% | 0.89% | - |
| XYZ | 30.97 | 56.55 | 17.88 | - |
| YUV | 160.88 | 85.17 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 85 | 0.74 | 0 | 0.63 | 0.11 | 128.98 | 0.75 | 0.56 |
| Hex | 3C | E3 | 55 | 4A | 0 | 3F | B | 81 | 4B | 38 |
| Octal | 74 | 343 | 125 | 112 | 0 | 77 | 13 | 201 | 113 | 70 |
| Binary | 111100 | 11100011 | 1010101 | 1001010 | 0 | 111111 | 1011 | 10000001 | 1001011 | 111000 |
Color Harmonies of #3CE355
Complementary color
Monochromatic Colors of #3CE355
Black with #3CE355
Text Example
Text Example
White with #3CE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE355; }
p { color: rgb(60,227,85); }
H1.HeaderClassName
{
color: #3CE355;
}
.AnyTagClassName
{
color: #3CE355;
}
</style>
background-color css
<style>
a { background-color: #3CE355; }
a { background-color: rgb(60,227,85); }
div.DivClassName
{
background-color: #3CE355;
}
.BgClassName
{
background-color: #3CE355;
}
</style>
border-color css
<style>
span { border-color: #3CE355; }
span { border-color: rgb(60,227,85); }
td.TdClassName
{
border-color: #3CE355;
}
.TagClassName
{
border-color: #3CE355;
}
</style>