Shades of Lime Green #3AD838
Tints of Lime Green #3AD838
RGB
CMYK
RGB Variations
Color information
#3AD838 (or 0x3AD838) is known color: Lime Green. HEX triplet: 3A, D8 and 38. RGB value is (58,216,56). Sum of RGB (Red+Green+Blue) = 58+216+56=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 216 (84.77% from 255 or 65.45% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD838 is #C527C7. Grayscale: #979797. Windows color (decimal): -12920776 or 3725370. OLE color: 3725370.
HSL color Cylindrical-coordinate representation of color #3AD838: hue angle of 119.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD838 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 56 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.15 |
| HSL | 119.25º | 0.67% | 0.53% | - |
| HSV(B) | 119.25º | 0.74% | 0.85% | - |
| XYZ | 27.01 | 50.3 | 12.03 | - |
| YUV | 150.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 56 | 0.73 | 0 | 0.74 | 0.15 | 119.25 | 0.67 | 0.53 |
| Hex | 3A | D8 | 38 | 49 | 0 | 4A | F | 77 | 43 | 35 |
| Octal | 72 | 330 | 70 | 111 | 0 | 112 | 17 | 167 | 103 | 65 |
| Binary | 111010 | 11011000 | 111000 | 1001001 | 0 | 1001010 | 1111 | 1110111 | 1000011 | 110101 |
Color Harmonies of #3AD838
Complementary color
Monochromatic Colors of #3AD838
Black with #3AD838
Text Example
Text Example
White with #3AD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD838; }
p { color: rgb(58,216,56); }
H1.HeaderClassName
{
color: #3AD838;
}
.AnyTagClassName
{
color: #3AD838;
}
</style>
background-color css
<style>
a { background-color: #3AD838; }
a { background-color: rgb(58,216,56); }
div.DivClassName
{
background-color: #3AD838;
}
.BgClassName
{
background-color: #3AD838;
}
</style>
border-color css
<style>
span { border-color: #3AD838; }
span { border-color: rgb(58,216,56); }
td.TdClassName
{
border-color: #3AD838;
}
.TagClassName
{
border-color: #3AD838;
}
</style>