Shades of Lime Green #3ADC41
Tints of Lime Green #3ADC41
RGB
CMYK
RGB Variations
Color information
#3ADC41 (or 0x3ADC41) is known color: Lime Green. HEX triplet: 3A, DC and 41. RGB value is (58,220,65). Sum of RGB (Red+Green+Blue) = 58+220+65=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC41 is #C523BE. Grayscale: #9A9A9A. Windows color (decimal): -12919743 or 4316218. OLE color: 4316218.
HSL color Cylindrical-coordinate representation of color #3ADC41: hue angle of 122.59º 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 #3ADC41 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 65 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.14 |
| HSL | 122.59º | 0.7% | 0.55% | - |
| HSV(B) | 122.59º | 0.74% | 0.86% | - |
| XYZ | 28.29 | 52.47 | 13.64 | - |
| YUV | 153.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 65 | 0.74 | 0 | 0.70 | 0.14 | 122.59 | 0.7 | 0.55 |
| Hex | 3A | DC | 41 | 4A | 0 | 46 | E | 7B | 46 | 37 |
| Octal | 72 | 334 | 101 | 112 | 0 | 106 | 16 | 173 | 106 | 67 |
| Binary | 111010 | 11011100 | 1000001 | 1001010 | 0 | 1000110 | 1110 | 1111011 | 1000110 | 110111 |
Color Harmonies of #3ADC41
Complementary color
Monochromatic Colors of #3ADC41
Black with #3ADC41
Text Example
Text Example
White with #3ADC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC41; }
p { color: rgb(58,220,65); }
H1.HeaderClassName
{
color: #3ADC41;
}
.AnyTagClassName
{
color: #3ADC41;
}
</style>
background-color css
<style>
a { background-color: #3ADC41; }
a { background-color: rgb(58,220,65); }
div.DivClassName
{
background-color: #3ADC41;
}
.BgClassName
{
background-color: #3ADC41;
}
</style>
border-color css
<style>
span { border-color: #3ADC41; }
span { border-color: rgb(58,220,65); }
td.TdClassName
{
border-color: #3ADC41;
}
.TagClassName
{
border-color: #3ADC41;
}
</style>