Shades of Lime Green #3CE541
Tints of Lime Green #3CE541
RGB
CMYK
RGB Variations
Color information
#3CE541 (or 0x3CE541) is known color: Lime Green. HEX triplet: 3C, E5 and 41. RGB value is (60,229,65). Sum of RGB (Red+Green+Blue) = 60+229+65=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 229 (89.84% from 255 or 64.69% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE541 is #C31ABE. Grayscale: #A0A0A0. Windows color (decimal): -12786367 or 4318524. OLE color: 4318524.
HSL color Cylindrical-coordinate representation of color #3CE541: hue angle of 121.78º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE541 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 65 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.10 |
| HSL | 121.78º | 0.76% | 0.57% | - |
| HSV(B) | 121.78º | 0.74% | 0.9% | - |
| XYZ | 30.84 | 57.38 | 14.45 | - |
| YUV | 159.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 65 | 0.74 | 0 | 0.72 | 0.10 | 121.78 | 0.76 | 0.57 |
| Hex | 3C | E5 | 41 | 4A | 0 | 48 | A | 7A | 4C | 39 |
| Octal | 74 | 345 | 101 | 112 | 0 | 110 | 12 | 172 | 114 | 71 |
| Binary | 111100 | 11100101 | 1000001 | 1001010 | 0 | 1001000 | 1010 | 1111010 | 1001100 | 111001 |
Color Harmonies of #3CE541
Complementary color
Monochromatic Colors of #3CE541
Black with #3CE541
Text Example
Text Example
White with #3CE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE541; }
p { color: rgb(60,229,65); }
H1.HeaderClassName
{
color: #3CE541;
}
.AnyTagClassName
{
color: #3CE541;
}
</style>
background-color css
<style>
a { background-color: #3CE541; }
a { background-color: rgb(60,229,65); }
div.DivClassName
{
background-color: #3CE541;
}
.BgClassName
{
background-color: #3CE541;
}
</style>
border-color css
<style>
span { border-color: #3CE541; }
span { border-color: rgb(60,229,65); }
td.TdClassName
{
border-color: #3CE541;
}
.TagClassName
{
border-color: #3CE541;
}
</style>