Shades of Lime Green #3AD841
Tints of Lime Green #3AD841
RGB
CMYK
RGB Variations
Color information
#3AD841 (or 0x3AD841) is known color: Lime Green. HEX triplet: 3A, D8 and 41. RGB value is (58,216,65). Sum of RGB (Red+Green+Blue) = 58+216+65=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD841 is #C527BE. Grayscale: #979797. Windows color (decimal): -12920767 or 4315194. OLE color: 4315194.
HSL color Cylindrical-coordinate representation of color #3AD841: hue angle of 122.66º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD841 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 65 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.15 |
| HSL | 122.66º | 0.67% | 0.54% | - |
| HSV(B) | 122.66º | 0.73% | 0.85% | - |
| XYZ | 27.25 | 50.39 | 13.29 | - |
| YUV | 151.54 | 79.15 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 65 | 0.73 | 0 | 0.70 | 0.15 | 122.66 | 0.67 | 0.54 |
| Hex | 3A | D8 | 41 | 49 | 0 | 46 | F | 7B | 43 | 36 |
| Octal | 72 | 330 | 101 | 111 | 0 | 106 | 17 | 173 | 103 | 66 |
| Binary | 111010 | 11011000 | 1000001 | 1001001 | 0 | 1000110 | 1111 | 1111011 | 1000011 | 110110 |
Color Harmonies of #3AD841
Complementary color
Monochromatic Colors of #3AD841
Black with #3AD841
Text Example
Text Example
White with #3AD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD841; }
p { color: rgb(58,216,65); }
H1.HeaderClassName
{
color: #3AD841;
}
.AnyTagClassName
{
color: #3AD841;
}
</style>
background-color css
<style>
a { background-color: #3AD841; }
a { background-color: rgb(58,216,65); }
div.DivClassName
{
background-color: #3AD841;
}
.BgClassName
{
background-color: #3AD841;
}
</style>
border-color css
<style>
span { border-color: #3AD841; }
span { border-color: rgb(58,216,65); }
td.TdClassName
{
border-color: #3AD841;
}
.TagClassName
{
border-color: #3AD841;
}
</style>