Shades of Lime Green #3ADC24
Tints of Lime Green #3ADC24
RGB
CMYK
RGB Variations
Color information
#3ADC24 (or 0x3ADC24) is known color: Lime Green. HEX triplet: 3A, DC and 24. RGB value is (58,220,36). Sum of RGB (Red+Green+Blue) = 58+220+36=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC24 is #C523DB. Grayscale: #979797. Windows color (decimal): -12919772 or 2415674. OLE color: 2415674.
HSL color Cylindrical-coordinate representation of color #3ADC24: hue angle of 112.83º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3ADC24 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 36 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.14 |
| HSL | 112.83º | 0.72% | 0.5% | - |
| HSV(B) | 112.83º | 0.84% | 0.86% | - |
| XYZ | 27.66 | 52.21 | 10.29 | - |
| YUV | 150.59 | 63.33 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 36 | 0.74 | 0 | 0.84 | 0.14 | 112.83 | 0.72 | 0.5 |
| Hex | 3A | DC | 24 | 4A | 0 | 54 | E | 71 | 48 | 32 |
| Octal | 72 | 334 | 44 | 112 | 0 | 124 | 16 | 161 | 110 | 62 |
| Binary | 111010 | 11011100 | 100100 | 1001010 | 0 | 1010100 | 1110 | 1110001 | 1001000 | 110010 |
Color Harmonies of #3ADC24
Complementary color
Monochromatic Colors of #3ADC24
Black with #3ADC24
Text Example
Text Example
White with #3ADC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC24; }
p { color: rgb(58,220,36); }
H1.HeaderClassName
{
color: #3ADC24;
}
.AnyTagClassName
{
color: #3ADC24;
}
</style>
background-color css
<style>
a { background-color: #3ADC24; }
a { background-color: rgb(58,220,36); }
div.DivClassName
{
background-color: #3ADC24;
}
.BgClassName
{
background-color: #3ADC24;
}
</style>
border-color css
<style>
span { border-color: #3ADC24; }
span { border-color: rgb(58,220,36); }
td.TdClassName
{
border-color: #3ADC24;
}
.TagClassName
{
border-color: #3ADC24;
}
</style>