Shades of Lime Green #3AD839
Tints of Lime Green #3AD839
RGB
CMYK
RGB Variations
Color information
#3AD839 (or 0x3AD839) is known color: Lime Green. HEX triplet: 3A, D8 and 39. RGB value is (58,216,57). Sum of RGB (Red+Green+Blue) = 58+216+57=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD839 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD839 is #C527C6. Grayscale: #979797. Windows color (decimal): -12920775 or 3790906. OLE color: 3790906.
HSL color Cylindrical-coordinate representation of color #3AD839: hue angle of 119.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD839 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 57 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.15 |
| HSL | 119.62º | 0.67% | 0.54% | - |
| HSV(B) | 119.62º | 0.74% | 0.85% | - |
| XYZ | 27.04 | 50.31 | 12.16 | - |
| YUV | 150.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 57 | 0.73 | 0 | 0.74 | 0.15 | 119.62 | 0.67 | 0.54 |
| Hex | 3A | D8 | 39 | 49 | 0 | 4A | F | 78 | 43 | 36 |
| Octal | 72 | 330 | 71 | 111 | 0 | 112 | 17 | 170 | 103 | 66 |
| Binary | 111010 | 11011000 | 111001 | 1001001 | 0 | 1001010 | 1111 | 1111000 | 1000011 | 110110 |
Color Harmonies of #3AD839
Complementary color
Monochromatic Colors of #3AD839
Black with #3AD839
Text Example
Text Example
White with #3AD839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD839; }
p { color: rgb(58,216,57); }
H1.HeaderClassName
{
color: #3AD839;
}
.AnyTagClassName
{
color: #3AD839;
}
</style>
background-color css
<style>
a { background-color: #3AD839; }
a { background-color: rgb(58,216,57); }
div.DivClassName
{
background-color: #3AD839;
}
.BgClassName
{
background-color: #3AD839;
}
</style>
border-color css
<style>
span { border-color: #3AD839; }
span { border-color: rgb(58,216,57); }
td.TdClassName
{
border-color: #3AD839;
}
.TagClassName
{
border-color: #3AD839;
}
</style>