Shades of Lime Green #3CE055
Tints of Lime Green #3CE055
RGB
CMYK
RGB Variations
Color information
#3CE055 (or 0x3CE055) is known color: Lime Green. HEX triplet: 3C, E0 and 55. RGB value is (60,224,85). Sum of RGB (Red+Green+Blue) = 60+224+85=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE055 is #C31FAA. Grayscale: #9F9F9F. Windows color (decimal): -12787627 or 5627964. OLE color: 5627964.
HSL color Cylindrical-coordinate representation of color #3CE055: hue angle of 129.15º 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 #3CE055 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 85 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.12 |
| HSL | 129.15º | 0.73% | 0.56% | - |
| HSV(B) | 129.15º | 0.73% | 0.88% | - |
| XYZ | 30.16 | 54.93 | 17.61 | - |
| YUV | 159.12 | 86.17 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 85 | 0.73 | 0 | 0.62 | 0.12 | 129.15 | 0.73 | 0.56 |
| Hex | 3C | E0 | 55 | 49 | 0 | 3E | C | 81 | 49 | 38 |
| Octal | 74 | 340 | 125 | 111 | 0 | 76 | 14 | 201 | 111 | 70 |
| Binary | 111100 | 11100000 | 1010101 | 1001001 | 0 | 111110 | 1100 | 10000001 | 1001001 | 111000 |
Color Harmonies of #3CE055
Complementary color
Monochromatic Colors of #3CE055
Black with #3CE055
Text Example
Text Example
White with #3CE055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE055; }
p { color: rgb(60,224,85); }
H1.HeaderClassName
{
color: #3CE055;
}
.AnyTagClassName
{
color: #3CE055;
}
</style>
background-color css
<style>
a { background-color: #3CE055; }
a { background-color: rgb(60,224,85); }
div.DivClassName
{
background-color: #3CE055;
}
.BgClassName
{
background-color: #3CE055;
}
</style>
border-color css
<style>
span { border-color: #3CE055; }
span { border-color: rgb(60,224,85); }
td.TdClassName
{
border-color: #3CE055;
}
.TagClassName
{
border-color: #3CE055;
}
</style>