Shades of Lime Green #3AD929
Tints of Lime Green #3AD929
RGB
CMYK
RGB Variations
Color information
#3AD929 (or 0x3AD929) is known color: Lime Green. HEX triplet: 3A, D9 and 29. RGB value is (58,217,41). Sum of RGB (Red+Green+Blue) = 58+217+41=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD929 is #C526D6. Grayscale: #959595. Windows color (decimal): -12920535 or 2742586. OLE color: 2742586.
HSL color Cylindrical-coordinate representation of color #3AD929: hue angle of 114.2º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AD929 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 41 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.15 |
| HSL | 114.2º | 0.7% | 0.51% | - |
| HSV(B) | 114.2º | 0.81% | 0.85% | - |
| XYZ | 26.96 | 50.69 | 10.46 | - |
| YUV | 149.4 | 66.82 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 41 | 0.73 | 0 | 0.81 | 0.15 | 114.2 | 0.7 | 0.51 |
| Hex | 3A | D9 | 29 | 49 | 0 | 51 | F | 72 | 46 | 33 |
| Octal | 72 | 331 | 51 | 111 | 0 | 121 | 17 | 162 | 106 | 63 |
| Binary | 111010 | 11011001 | 101001 | 1001001 | 0 | 1010001 | 1111 | 1110010 | 1000110 | 110011 |
Color Harmonies of #3AD929
Complementary color
Monochromatic Colors of #3AD929
Black with #3AD929
Text Example
Text Example
White with #3AD929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD929; }
p { color: rgb(58,217,41); }
H1.HeaderClassName
{
color: #3AD929;
}
.AnyTagClassName
{
color: #3AD929;
}
</style>
background-color css
<style>
a { background-color: #3AD929; }
a { background-color: rgb(58,217,41); }
div.DivClassName
{
background-color: #3AD929;
}
.BgClassName
{
background-color: #3AD929;
}
</style>
border-color css
<style>
span { border-color: #3AD929; }
span { border-color: rgb(58,217,41); }
td.TdClassName
{
border-color: #3AD929;
}
.TagClassName
{
border-color: #3AD929;
}
</style>