Shades of Lime Green #3AD623
Tints of Lime Green #3AD623
RGB
CMYK
RGB Variations
Color information
#3AD623 (or 0x3AD623) is known color: Lime Green. HEX triplet: 3A, D6 and 23. RGB value is (58,214,35). Sum of RGB (Red+Green+Blue) = 58+214+35=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD623 is #C529DC. Grayscale: #939393. Windows color (decimal): -12921309 or 2348602. OLE color: 2348602.
HSL color Cylindrical-coordinate representation of color #3AD623: hue angle of 112.29º 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 #3AD623 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 35 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.16 |
| HSL | 112.29º | 0.72% | 0.49% | - |
| HSV(B) | 112.29º | 0.84% | 0.84% | - |
| XYZ | 26.09 | 49.11 | 9.69 | - |
| YUV | 146.95 | 64.82 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 35 | 0.73 | 0 | 0.84 | 0.16 | 112.29 | 0.72 | 0.49 |
| Hex | 3A | D6 | 23 | 49 | 0 | 54 | 10 | 70 | 48 | 31 |
| Octal | 72 | 326 | 43 | 111 | 0 | 124 | 20 | 160 | 110 | 61 |
| Binary | 111010 | 11010110 | 100011 | 1001001 | 0 | 1010100 | 10000 | 1110000 | 1001000 | 110001 |
Color Harmonies of #3AD623
Complementary color
Monochromatic Colors of #3AD623
Black with #3AD623
Text Example
Text Example
White with #3AD623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD623; }
p { color: rgb(58,214,35); }
H1.HeaderClassName
{
color: #3AD623;
}
.AnyTagClassName
{
color: #3AD623;
}
</style>
background-color css
<style>
a { background-color: #3AD623; }
a { background-color: rgb(58,214,35); }
div.DivClassName
{
background-color: #3AD623;
}
.BgClassName
{
background-color: #3AD623;
}
</style>
border-color css
<style>
span { border-color: #3AD623; }
span { border-color: rgb(58,214,35); }
td.TdClassName
{
border-color: #3AD623;
}
.TagClassName
{
border-color: #3AD623;
}
</style>