Shades of Lime Green #3AD72A
Tints of Lime Green #3AD72A
RGB
CMYK
RGB Variations
Color information
#3AD72A (or 0x3AD72A) is known color: Lime Green. HEX triplet: 3A, D7 and 2A. RGB value is (58,215,42). Sum of RGB (Red+Green+Blue) = 58+215+42=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD72A is #C528D5. Grayscale: #949494. Windows color (decimal): -12921046 or 2807610. OLE color: 2807610.
HSL color Cylindrical-coordinate representation of color #3AD72A: hue angle of 114.45º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD72A is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 42 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.16 |
| HSL | 114.45º | 0.68% | 0.5% | - |
| HSV(B) | 114.45º | 0.8% | 0.84% | - |
| XYZ | 26.46 | 49.67 | 10.38 | - |
| YUV | 148.34 | 67.99 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 42 | 0.73 | 0 | 0.80 | 0.16 | 114.45 | 0.68 | 0.5 |
| Hex | 3A | D7 | 2A | 49 | 0 | 50 | 10 | 72 | 44 | 32 |
| Octal | 72 | 327 | 52 | 111 | 0 | 120 | 20 | 162 | 104 | 62 |
| Binary | 111010 | 11010111 | 101010 | 1001001 | 0 | 1010000 | 10000 | 1110010 | 1000100 | 110010 |
Color Harmonies of #3AD72A
Complementary color
Monochromatic Colors of #3AD72A
Black with #3AD72A
Text Example
Text Example
White with #3AD72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD72A; }
p { color: rgb(58,215,42); }
H1.HeaderClassName
{
color: #3AD72A;
}
.AnyTagClassName
{
color: #3AD72A;
}
</style>
background-color css
<style>
a { background-color: #3AD72A; }
a { background-color: rgb(58,215,42); }
div.DivClassName
{
background-color: #3AD72A;
}
.BgClassName
{
background-color: #3AD72A;
}
</style>
border-color css
<style>
span { border-color: #3AD72A; }
span { border-color: rgb(58,215,42); }
td.TdClassName
{
border-color: #3AD72A;
}
.TagClassName
{
border-color: #3AD72A;
}
</style>