Shades of Lime Green #3AD624
Tints of Lime Green #3AD624
RGB
CMYK
RGB Variations
Color information
#3AD624 (or 0x3AD624) is known color: Lime Green. HEX triplet: 3A, D6 and 24. RGB value is (58,214,36). Sum of RGB (Red+Green+Blue) = 58+214+36=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD624 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD624 is #C529DB. Grayscale: #939393. Windows color (decimal): -12921308 or 2414138. OLE color: 2414138.
HSL color Cylindrical-coordinate representation of color #3AD624: hue angle of 112.58º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AD624 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 36 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.16 |
| HSL | 112.58º | 0.71% | 0.49% | - |
| HSV(B) | 112.58º | 0.83% | 0.84% | - |
| XYZ | 26.11 | 49.12 | 9.77 | - |
| YUV | 147.06 | 65.32 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 36 | 0.73 | 0 | 0.83 | 0.16 | 112.58 | 0.71 | 0.49 |
| Hex | 3A | D6 | 24 | 49 | 0 | 53 | 10 | 71 | 47 | 31 |
| Octal | 72 | 326 | 44 | 111 | 0 | 123 | 20 | 161 | 107 | 61 |
| Binary | 111010 | 11010110 | 100100 | 1001001 | 0 | 1010011 | 10000 | 1110001 | 1000111 | 110001 |
Color Harmonies of #3AD624
Complementary color
Monochromatic Colors of #3AD624
Black with #3AD624
Text Example
Text Example
White with #3AD624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD624; }
p { color: rgb(58,214,36); }
H1.HeaderClassName
{
color: #3AD624;
}
.AnyTagClassName
{
color: #3AD624;
}
</style>
background-color css
<style>
a { background-color: #3AD624; }
a { background-color: rgb(58,214,36); }
div.DivClassName
{
background-color: #3AD624;
}
.BgClassName
{
background-color: #3AD624;
}
</style>
border-color css
<style>
span { border-color: #3AD624; }
span { border-color: rgb(58,214,36); }
td.TdClassName
{
border-color: #3AD624;
}
.TagClassName
{
border-color: #3AD624;
}
</style>