Shades of Lime Green #3AD726
Tints of Lime Green #3AD726
RGB
CMYK
RGB Variations
Color information
#3AD726 (or 0x3AD726) is known color: Lime Green. HEX triplet: 3A, D7 and 26. RGB value is (58,215,38). Sum of RGB (Red+Green+Blue) = 58+215+38=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD726 is #C528D9. Grayscale: #949494. Windows color (decimal): -12921050 or 2545466. OLE color: 2545466.
HSL color Cylindrical-coordinate representation of color #3AD726: hue angle of 113.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AD726 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 38 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.16 |
| HSL | 113.22º | 0.7% | 0.5% | - |
| HSV(B) | 113.22º | 0.82% | 0.84% | - |
| XYZ | 26.4 | 49.64 | 10.02 | - |
| YUV | 147.88 | 65.99 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 38 | 0.73 | 0 | 0.82 | 0.16 | 113.22 | 0.7 | 0.5 |
| Hex | 3A | D7 | 26 | 49 | 0 | 52 | 10 | 71 | 46 | 32 |
| Octal | 72 | 327 | 46 | 111 | 0 | 122 | 20 | 161 | 106 | 62 |
| Binary | 111010 | 11010111 | 100110 | 1001001 | 0 | 1010010 | 10000 | 1110001 | 1000110 | 110010 |
Color Harmonies of #3AD726
Complementary color
Monochromatic Colors of #3AD726
Black with #3AD726
Text Example
Text Example
White with #3AD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD726; }
p { color: rgb(58,215,38); }
H1.HeaderClassName
{
color: #3AD726;
}
.AnyTagClassName
{
color: #3AD726;
}
</style>
background-color css
<style>
a { background-color: #3AD726; }
a { background-color: rgb(58,215,38); }
div.DivClassName
{
background-color: #3AD726;
}
.BgClassName
{
background-color: #3AD726;
}
</style>
border-color css
<style>
span { border-color: #3AD726; }
span { border-color: rgb(58,215,38); }
td.TdClassName
{
border-color: #3AD726;
}
.TagClassName
{
border-color: #3AD726;
}
</style>