Shades of Lime Green #3AD523
Tints of Lime Green #3AD523
RGB
CMYK
RGB Variations
Color information
#3AD523 (or 0x3AD523) is known color: Lime Green. HEX triplet: 3A, D5 and 23. RGB value is (58,213,35). Sum of RGB (Red+Green+Blue) = 58+213+35=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD523 is #C52ADC. Grayscale: #929292. Windows color (decimal): -12921565 or 2348346. OLE color: 2348346.
HSL color Cylindrical-coordinate representation of color #3AD523: hue angle of 112.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AD523 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 35 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.16 |
| HSL | 112.25º | 0.72% | 0.49% | - |
| HSV(B) | 112.25º | 0.84% | 0.84% | - |
| XYZ | 25.84 | 48.61 | 9.61 | - |
| YUV | 146.36 | 65.15 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 35 | 0.73 | 0 | 0.84 | 0.16 | 112.25 | 0.72 | 0.49 |
| Hex | 3A | D5 | 23 | 49 | 0 | 54 | 10 | 70 | 48 | 31 |
| Octal | 72 | 325 | 43 | 111 | 0 | 124 | 20 | 160 | 110 | 61 |
| Binary | 111010 | 11010101 | 100011 | 1001001 | 0 | 1010100 | 10000 | 1110000 | 1001000 | 110001 |
Color Harmonies of #3AD523
Complementary color
Monochromatic Colors of #3AD523
Black with #3AD523
Text Example
Text Example
White with #3AD523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD523; }
p { color: rgb(58,213,35); }
H1.HeaderClassName
{
color: #3AD523;
}
.AnyTagClassName
{
color: #3AD523;
}
</style>
background-color css
<style>
a { background-color: #3AD523; }
a { background-color: rgb(58,213,35); }
div.DivClassName
{
background-color: #3AD523;
}
.BgClassName
{
background-color: #3AD523;
}
</style>
border-color css
<style>
span { border-color: #3AD523; }
span { border-color: rgb(58,213,35); }
td.TdClassName
{
border-color: #3AD523;
}
.TagClassName
{
border-color: #3AD523;
}
</style>