Shades of Lime Green #3AD858
Tints of Lime Green #3AD858
RGB
CMYK
RGB Variations
Color information
#3AD858 (or 0x3AD858) is known color: Lime Green. HEX triplet: 3A, D8 and 58. RGB value is (58,216,88). Sum of RGB (Red+Green+Blue) = 58+216+88=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD858 is #C527A7. Grayscale: #9A9A9A. Windows color (decimal): -12920744 or 5822522. OLE color: 5822522.
HSL color Cylindrical-coordinate representation of color #3AD858: hue angle of 131.39º 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 #3AD858 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 88 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.15 |
| HSL | 131.39º | 0.67% | 0.54% | - |
| HSV(B) | 131.39º | 0.73% | 0.85% | - |
| XYZ | 28.06 | 50.72 | 17.54 | - |
| YUV | 154.17 | 90.65 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 88 | 0.73 | 0 | 0.59 | 0.15 | 131.39 | 0.67 | 0.54 |
| Hex | 3A | D8 | 58 | 49 | 0 | 3B | F | 83 | 43 | 36 |
| Octal | 72 | 330 | 130 | 111 | 0 | 73 | 17 | 203 | 103 | 66 |
| Binary | 111010 | 11011000 | 1011000 | 1001001 | 0 | 111011 | 1111 | 10000011 | 1000011 | 110110 |
Color Harmonies of #3AD858
Complementary color
Monochromatic Colors of #3AD858
Black with #3AD858
Text Example
Text Example
White with #3AD858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD858; }
p { color: rgb(58,216,88); }
H1.HeaderClassName
{
color: #3AD858;
}
.AnyTagClassName
{
color: #3AD858;
}
</style>
background-color css
<style>
a { background-color: #3AD858; }
a { background-color: rgb(58,216,88); }
div.DivClassName
{
background-color: #3AD858;
}
.BgClassName
{
background-color: #3AD858;
}
</style>
border-color css
<style>
span { border-color: #3AD858; }
span { border-color: rgb(58,216,88); }
td.TdClassName
{
border-color: #3AD858;
}
.TagClassName
{
border-color: #3AD858;
}
</style>