Shades of Lime Green #3AD12D
Tints of Lime Green #3AD12D
RGB
CMYK
RGB Variations
Color information
#3AD12D (or 0x3AD12D) is known color: Lime Green. HEX triplet: 3A, D1 and 2D. RGB value is (58,209,45). Sum of RGB (Red+Green+Blue) = 58+209+45=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 209 (82.03% from 255 or 66.99% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD12D is #C52ED2. Grayscale: #919191. Windows color (decimal): -12922579 or 3002682. OLE color: 3002682.
HSL color Cylindrical-coordinate representation of color #3AD12D: hue angle of 115.24º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AD12D is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 45 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.18 |
| HSL | 115.24º | 0.65% | 0.5% | - |
| HSV(B) | 115.24º | 0.78% | 0.82% | - |
| XYZ | 25.02 | 46.69 | 10.18 | - |
| YUV | 145.16 | 71.47 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 45 | 0.72 | 0 | 0.78 | 0.18 | 115.24 | 0.65 | 0.5 |
| Hex | 3A | D1 | 2D | 48 | 0 | 4E | 12 | 73 | 41 | 32 |
| Octal | 72 | 321 | 55 | 110 | 0 | 116 | 22 | 163 | 101 | 62 |
| Binary | 111010 | 11010001 | 101101 | 1001000 | 0 | 1001110 | 10010 | 1110011 | 1000001 | 110010 |
Color Harmonies of #3AD12D
Complementary color
Monochromatic Colors of #3AD12D
Black with #3AD12D
Text Example
Text Example
White with #3AD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD12D; }
p { color: rgb(58,209,45); }
H1.HeaderClassName
{
color: #3AD12D;
}
.AnyTagClassName
{
color: #3AD12D;
}
</style>
background-color css
<style>
a { background-color: #3AD12D; }
a { background-color: rgb(58,209,45); }
div.DivClassName
{
background-color: #3AD12D;
}
.BgClassName
{
background-color: #3AD12D;
}
</style>
border-color css
<style>
span { border-color: #3AD12D; }
span { border-color: rgb(58,209,45); }
td.TdClassName
{
border-color: #3AD12D;
}
.TagClassName
{
border-color: #3AD12D;
}
</style>