Shades of Lime Green #3AD81D
Tints of Lime Green #3AD81D
RGB
CMYK
RGB Variations
Color information
#3AD81D (or 0x3AD81D) is known color: Lime Green. HEX triplet: 3A, D8 and 1D. RGB value is (58,216,29). Sum of RGB (Red+Green+Blue) = 58+216+29=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 216 (84.77% from 255 or 71.29% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD81D is #C527E2. Grayscale: #949494. Windows color (decimal): -12920803 or 1955898. OLE color: 1955898.
HSL color Cylindrical-coordinate representation of color #3AD81D: hue angle of 110.7º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AD81D is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 29 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.15 |
| HSL | 110.7º | 0.76% | 0.48% | - |
| HSV(B) | 110.7º | 0.87% | 0.85% | - |
| XYZ | 26.52 | 50.1 | 9.43 | - |
| YUV | 147.44 | 61.15 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 29 | 0.73 | 0 | 0.87 | 0.15 | 110.7 | 0.76 | 0.48 |
| Hex | 3A | D8 | 1D | 49 | 0 | 57 | F | 6F | 4C | 30 |
| Octal | 72 | 330 | 35 | 111 | 0 | 127 | 17 | 157 | 114 | 60 |
| Binary | 111010 | 11011000 | 11101 | 1001001 | 0 | 1010111 | 1111 | 1101111 | 1001100 | 110000 |
Color Harmonies of #3AD81D
Complementary color
Monochromatic Colors of #3AD81D
Black with #3AD81D
Text Example
Text Example
White with #3AD81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD81D; }
p { color: rgb(58,216,29); }
H1.HeaderClassName
{
color: #3AD81D;
}
.AnyTagClassName
{
color: #3AD81D;
}
</style>
background-color css
<style>
a { background-color: #3AD81D; }
a { background-color: rgb(58,216,29); }
div.DivClassName
{
background-color: #3AD81D;
}
.BgClassName
{
background-color: #3AD81D;
}
</style>
border-color css
<style>
span { border-color: #3AD81D; }
span { border-color: rgb(58,216,29); }
td.TdClassName
{
border-color: #3AD81D;
}
.TagClassName
{
border-color: #3AD81D;
}
</style>