Shades of Lime Green #3ECE41
Tints of Lime Green #3ECE41
RGB
CMYK
RGB Variations
Color information
#3ECE41 (or 0x3ECE41) is known color: Lime Green. HEX triplet: 3E, CE and 41. RGB value is (62,206,65). Sum of RGB (Red+Green+Blue) = 62+206+65=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #3ECE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECE41 is #C131BE. Grayscale: #939393. Windows color (decimal): -12661183 or 4312638. OLE color: 4312638.
HSL color Cylindrical-coordinate representation of color #3ECE41: hue angle of 121.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECE41 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 206 | 65 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.19 |
| HSL | 121.25º | 0.6% | 0.53% | - |
| HSV(B) | 121.25º | 0.7% | 0.81% | - |
| XYZ | 25.01 | 45.55 | 12.47 | - |
| YUV | 146.87 | 81.79 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 206 | 65 | 0.70 | 0 | 0.68 | 0.19 | 121.25 | 0.6 | 0.53 |
| Hex | 3E | CE | 41 | 46 | 0 | 44 | 13 | 79 | 3C | 35 |
| Octal | 76 | 316 | 101 | 106 | 0 | 104 | 23 | 171 | 74 | 65 |
| Binary | 111110 | 11001110 | 1000001 | 1000110 | 0 | 1000100 | 10011 | 1111001 | 111100 | 110101 |
Color Harmonies of #3ECE41
Complementary color
Monochromatic Colors of #3ECE41
Black with #3ECE41
Text Example
Text Example
White with #3ECE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECE41; }
p { color: rgb(62,206,65); }
H1.HeaderClassName
{
color: #3ECE41;
}
.AnyTagClassName
{
color: #3ECE41;
}
</style>
background-color css
<style>
a { background-color: #3ECE41; }
a { background-color: rgb(62,206,65); }
div.DivClassName
{
background-color: #3ECE41;
}
.BgClassName
{
background-color: #3ECE41;
}
</style>
border-color css
<style>
span { border-color: #3ECE41; }
span { border-color: rgb(62,206,65); }
td.TdClassName
{
border-color: #3ECE41;
}
.TagClassName
{
border-color: #3ECE41;
}
</style>