Shades of Lime Green #3AD145
Tints of Lime Green #3AD145
RGB
CMYK
RGB Variations
Color information
#3AD145 (or 0x3AD145) is known color: Lime Green. HEX triplet: 3A, D1 and 45. RGB value is (58,209,69). Sum of RGB (Red+Green+Blue) = 58+209+69=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 209 (82.03% from 255 or 62.20% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD145 is #C52EBA. Grayscale: #949494. Windows color (decimal): -12922555 or 4575546. OLE color: 4575546.
HSL color Cylindrical-coordinate representation of color #3AD145: hue angle of 124.37º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD145 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 69 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.18 |
| HSL | 124.37º | 0.62% | 0.52% | - |
| HSV(B) | 124.37º | 0.72% | 0.82% | - |
| XYZ | 25.62 | 46.93 | 13.34 | - |
| YUV | 147.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 69 | 0.72 | 0 | 0.67 | 0.18 | 124.37 | 0.62 | 0.52 |
| Hex | 3A | D1 | 45 | 48 | 0 | 43 | 12 | 7C | 3E | 34 |
| Octal | 72 | 321 | 105 | 110 | 0 | 103 | 22 | 174 | 76 | 64 |
| Binary | 111010 | 11010001 | 1000101 | 1001000 | 0 | 1000011 | 10010 | 1111100 | 111110 | 110100 |
Color Harmonies of #3AD145
Complementary color
Monochromatic Colors of #3AD145
Black with #3AD145
Text Example
Text Example
White with #3AD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD145; }
p { color: rgb(58,209,69); }
H1.HeaderClassName
{
color: #3AD145;
}
.AnyTagClassName
{
color: #3AD145;
}
</style>
background-color css
<style>
a { background-color: #3AD145; }
a { background-color: rgb(58,209,69); }
div.DivClassName
{
background-color: #3AD145;
}
.BgClassName
{
background-color: #3AD145;
}
</style>
border-color css
<style>
span { border-color: #3AD145; }
span { border-color: rgb(58,209,69); }
td.TdClassName
{
border-color: #3AD145;
}
.TagClassName
{
border-color: #3AD145;
}
</style>