Shades of Lime Green #3AD83D
Tints of Lime Green #3AD83D
RGB
CMYK
RGB Variations
Color information
#3AD83D (or 0x3AD83D) is known color: Lime Green. HEX triplet: 3A, D8 and 3D. RGB value is (58,216,61). Sum of RGB (Red+Green+Blue) = 58+216+61=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 216 (84.77% from 255 or 64.48% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD83D is #C527C2. Grayscale: #979797. Windows color (decimal): -12920771 or 4053050. OLE color: 4053050.
HSL color Cylindrical-coordinate representation of color #3AD83D: hue angle of 121.14º 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 #3AD83D is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 61 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.15 |
| HSL | 121.14º | 0.67% | 0.54% | - |
| HSV(B) | 121.14º | 0.73% | 0.85% | - |
| XYZ | 27.14 | 50.35 | 12.7 | - |
| YUV | 151.09 | 77.15 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 61 | 0.73 | 0 | 0.72 | 0.15 | 121.14 | 0.67 | 0.54 |
| Hex | 3A | D8 | 3D | 49 | 0 | 48 | F | 79 | 43 | 36 |
| Octal | 72 | 330 | 75 | 111 | 0 | 110 | 17 | 171 | 103 | 66 |
| Binary | 111010 | 11011000 | 111101 | 1001001 | 0 | 1001000 | 1111 | 1111001 | 1000011 | 110110 |
Color Harmonies of #3AD83D
Complementary color
Monochromatic Colors of #3AD83D
Black with #3AD83D
Text Example
Text Example
White with #3AD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD83D; }
p { color: rgb(58,216,61); }
H1.HeaderClassName
{
color: #3AD83D;
}
.AnyTagClassName
{
color: #3AD83D;
}
</style>
background-color css
<style>
a { background-color: #3AD83D; }
a { background-color: rgb(58,216,61); }
div.DivClassName
{
background-color: #3AD83D;
}
.BgClassName
{
background-color: #3AD83D;
}
</style>
border-color css
<style>
span { border-color: #3AD83D; }
span { border-color: rgb(58,216,61); }
td.TdClassName
{
border-color: #3AD83D;
}
.TagClassName
{
border-color: #3AD83D;
}
</style>