Shades of Lime Green #3ADC46
Tints of Lime Green #3ADC46
RGB
CMYK
RGB Variations
Color information
#3ADC46 (or 0x3ADC46) is known color: Lime Green. HEX triplet: 3A, DC and 46. RGB value is (58,220,70). Sum of RGB (Red+Green+Blue) = 58+220+70=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC46 is #C523B9. Grayscale: #9A9A9A. Windows color (decimal): -12919738 or 4643898. OLE color: 4643898.
HSL color Cylindrical-coordinate representation of color #3ADC46: hue angle of 124.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADC46 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 70 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.14 |
| HSL | 124.44º | 0.7% | 0.55% | - |
| HSV(B) | 124.44º | 0.74% | 0.86% | - |
| XYZ | 28.44 | 52.53 | 14.43 | - |
| YUV | 154.46 | 80.33 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 70 | 0.74 | 0 | 0.68 | 0.14 | 124.44 | 0.7 | 0.55 |
| Hex | 3A | DC | 46 | 4A | 0 | 44 | E | 7C | 46 | 37 |
| Octal | 72 | 334 | 106 | 112 | 0 | 104 | 16 | 174 | 106 | 67 |
| Binary | 111010 | 11011100 | 1000110 | 1001010 | 0 | 1000100 | 1110 | 1111100 | 1000110 | 110111 |
Color Harmonies of #3ADC46
Complementary color
Monochromatic Colors of #3ADC46
Black with #3ADC46
Text Example
Text Example
White with #3ADC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC46; }
p { color: rgb(58,220,70); }
H1.HeaderClassName
{
color: #3ADC46;
}
.AnyTagClassName
{
color: #3ADC46;
}
</style>
background-color css
<style>
a { background-color: #3ADC46; }
a { background-color: rgb(58,220,70); }
div.DivClassName
{
background-color: #3ADC46;
}
.BgClassName
{
background-color: #3ADC46;
}
</style>
border-color css
<style>
span { border-color: #3ADC46; }
span { border-color: rgb(58,220,70); }
td.TdClassName
{
border-color: #3ADC46;
}
.TagClassName
{
border-color: #3ADC46;
}
</style>