Shades of Lime Green #3ED641
Tints of Lime Green #3ED641
RGB
CMYK
RGB Variations
Color information
#3ED641 (or 0x3ED641) is known color: Lime Green. HEX triplet: 3E, D6 and 41. RGB value is (62,214,65). Sum of RGB (Red+Green+Blue) = 62+214+65=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #3ED641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED641 is #C129BE. Grayscale: #989898. Windows color (decimal): -12659135 or 4314686. OLE color: 4314686.
HSL color Cylindrical-coordinate representation of color #3ED641: hue angle of 121.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED641 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 214 | 65 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.16 |
| HSL | 121.18º | 0.65% | 0.54% | - |
| HSV(B) | 121.18º | 0.71% | 0.84% | - |
| XYZ | 26.99 | 49.5 | 13.13 | - |
| YUV | 151.57 | 79.14 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 214 | 65 | 0.71 | 0 | 0.70 | 0.16 | 121.18 | 0.65 | 0.54 |
| Hex | 3E | D6 | 41 | 47 | 0 | 46 | 10 | 79 | 41 | 36 |
| Octal | 76 | 326 | 101 | 107 | 0 | 106 | 20 | 171 | 101 | 66 |
| Binary | 111110 | 11010110 | 1000001 | 1000111 | 0 | 1000110 | 10000 | 1111001 | 1000001 | 110110 |
Color Harmonies of #3ED641
Complementary color
Monochromatic Colors of #3ED641
Black with #3ED641
Text Example
Text Example
White with #3ED641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED641; }
p { color: rgb(62,214,65); }
H1.HeaderClassName
{
color: #3ED641;
}
.AnyTagClassName
{
color: #3ED641;
}
</style>
background-color css
<style>
a { background-color: #3ED641; }
a { background-color: rgb(62,214,65); }
div.DivClassName
{
background-color: #3ED641;
}
.BgClassName
{
background-color: #3ED641;
}
</style>
border-color css
<style>
span { border-color: #3ED641; }
span { border-color: rgb(62,214,65); }
td.TdClassName
{
border-color: #3ED641;
}
.TagClassName
{
border-color: #3ED641;
}
</style>