Shades of Lime Green #3CE354
Tints of Lime Green #3CE354
RGB
CMYK
RGB Variations
Color information
#3CE354 (or 0x3CE354) is known color: Lime Green. HEX triplet: 3C, E3 and 54. RGB value is (60,227,84). Sum of RGB (Red+Green+Blue) = 60+227+84=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE354 is #C31CAB. Grayscale: #A1A1A1. Windows color (decimal): -12786860 or 5563196. OLE color: 5563196.
HSL color Cylindrical-coordinate representation of color #3CE354: hue angle of 128.62º 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 #3CE354 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 84 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.11 |
| HSL | 128.62º | 0.75% | 0.56% | - |
| HSV(B) | 128.62º | 0.74% | 0.89% | - |
| XYZ | 30.93 | 56.54 | 17.67 | - |
| YUV | 160.77 | 84.67 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 84 | 0.74 | 0 | 0.63 | 0.11 | 128.62 | 0.75 | 0.56 |
| Hex | 3C | E3 | 54 | 4A | 0 | 3F | B | 81 | 4B | 38 |
| Octal | 74 | 343 | 124 | 112 | 0 | 77 | 13 | 201 | 113 | 70 |
| Binary | 111100 | 11100011 | 1010100 | 1001010 | 0 | 111111 | 1011 | 10000001 | 1001011 | 111000 |
Color Harmonies of #3CE354
Complementary color
Monochromatic Colors of #3CE354
Black with #3CE354
Text Example
Text Example
White with #3CE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE354; }
p { color: rgb(60,227,84); }
H1.HeaderClassName
{
color: #3CE354;
}
.AnyTagClassName
{
color: #3CE354;
}
</style>
background-color css
<style>
a { background-color: #3CE354; }
a { background-color: rgb(60,227,84); }
div.DivClassName
{
background-color: #3CE354;
}
.BgClassName
{
background-color: #3CE354;
}
</style>
border-color css
<style>
span { border-color: #3CE354; }
span { border-color: rgb(60,227,84); }
td.TdClassName
{
border-color: #3CE354;
}
.TagClassName
{
border-color: #3CE354;
}
</style>