Shades of Lime Green #3CE152
Tints of Lime Green #3CE152
RGB
CMYK
RGB Variations
Color information
#3CE152 (or 0x3CE152) is known color: Lime Green. HEX triplet: 3C, E1 and 52. RGB value is (60,225,82). Sum of RGB (Red+Green+Blue) = 60+225+82=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 225 (88.28% from 255 or 61.31% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE152 is #C31EAD. Grayscale: #9F9F9F. Windows color (decimal): -12787374 or 5431612. OLE color: 5431612.
HSL color Cylindrical-coordinate representation of color #3CE152: hue angle of 128º 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 #3CE152 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 82 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.12 |
| HSL | 128º | 0.73% | 0.56% | - |
| HSV(B) | 128º | 0.73% | 0.88% | - |
| XYZ | 30.31 | 55.42 | 17.08 | - |
| YUV | 159.36 | 84.34 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 82 | 0.73 | 0 | 0.64 | 0.12 | 128 | 0.73 | 0.56 |
| Hex | 3C | E1 | 52 | 49 | 0 | 40 | C | 80 | 49 | 38 |
| Octal | 74 | 341 | 122 | 111 | 0 | 100 | 14 | 200 | 111 | 70 |
| Binary | 111100 | 11100001 | 1010010 | 1001001 | 0 | 1000000 | 1100 | 10000000 | 1001001 | 111000 |
Color Harmonies of #3CE152
Complementary color
Monochromatic Colors of #3CE152
Black with #3CE152
Text Example
Text Example
White with #3CE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE152; }
p { color: rgb(60,225,82); }
H1.HeaderClassName
{
color: #3CE152;
}
.AnyTagClassName
{
color: #3CE152;
}
</style>
background-color css
<style>
a { background-color: #3CE152; }
a { background-color: rgb(60,225,82); }
div.DivClassName
{
background-color: #3CE152;
}
.BgClassName
{
background-color: #3CE152;
}
</style>
border-color css
<style>
span { border-color: #3CE152; }
span { border-color: rgb(60,225,82); }
td.TdClassName
{
border-color: #3CE152;
}
.TagClassName
{
border-color: #3CE152;
}
</style>