Shades of Lime Green #3AD82B
Tints of Lime Green #3AD82B
RGB
CMYK
RGB Variations
Color information
#3AD82B (or 0x3AD82B) is known color: Lime Green. HEX triplet: 3A, D8 and 2B. RGB value is (58,216,43). Sum of RGB (Red+Green+Blue) = 58+216+43=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 216 (84.77% from 255 or 68.14% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD82B is #C527D4. Grayscale: #959595. Windows color (decimal): -12920789 or 2873402. OLE color: 2873402.
HSL color Cylindrical-coordinate representation of color #3AD82B: hue angle of 114.8º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD82B is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 43 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.15 |
| HSL | 114.8º | 0.69% | 0.51% | - |
| HSV(B) | 114.8º | 0.8% | 0.85% | - |
| XYZ | 26.74 | 50.19 | 10.56 | - |
| YUV | 149.04 | 68.15 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 43 | 0.73 | 0 | 0.80 | 0.15 | 114.8 | 0.69 | 0.51 |
| Hex | 3A | D8 | 2B | 49 | 0 | 50 | F | 73 | 45 | 33 |
| Octal | 72 | 330 | 53 | 111 | 0 | 120 | 17 | 163 | 105 | 63 |
| Binary | 111010 | 11011000 | 101011 | 1001001 | 0 | 1010000 | 1111 | 1110011 | 1000101 | 110011 |
Color Harmonies of #3AD82B
Complementary color
Monochromatic Colors of #3AD82B
Black with #3AD82B
Text Example
Text Example
White with #3AD82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD82B; }
p { color: rgb(58,216,43); }
H1.HeaderClassName
{
color: #3AD82B;
}
.AnyTagClassName
{
color: #3AD82B;
}
</style>
background-color css
<style>
a { background-color: #3AD82B; }
a { background-color: rgb(58,216,43); }
div.DivClassName
{
background-color: #3AD82B;
}
.BgClassName
{
background-color: #3AD82B;
}
</style>
border-color css
<style>
span { border-color: #3AD82B; }
span { border-color: rgb(58,216,43); }
td.TdClassName
{
border-color: #3AD82B;
}
.TagClassName
{
border-color: #3AD82B;
}
</style>