Shades of Lime Green #3ADC1B
Tints of Lime Green #3ADC1B
RGB
CMYK
RGB Variations
Color information
#3ADC1B (or 0x3ADC1B) is known color: Lime Green. HEX triplet: 3A, DC and 1B. RGB value is (58,220,27). Sum of RGB (Red+Green+Blue) = 58+220+27=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC1B is #C523E4. Grayscale: #969696. Windows color (decimal): -12919781 or 1825850. OLE color: 1825850.
HSL color Cylindrical-coordinate representation of color #3ADC1B: hue angle of 110.36º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3ADC1B is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 27 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.14 |
| HSL | 110.36º | 0.78% | 0.48% | - |
| HSV(B) | 110.36º | 0.88% | 0.86% | - |
| XYZ | 27.54 | 52.17 | 9.65 | - |
| YUV | 149.56 | 58.83 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 27 | 0.74 | 0 | 0.88 | 0.14 | 110.36 | 0.78 | 0.48 |
| Hex | 3A | DC | 1B | 4A | 0 | 58 | E | 6E | 4E | 30 |
| Octal | 72 | 334 | 33 | 112 | 0 | 130 | 16 | 156 | 116 | 60 |
| Binary | 111010 | 11011100 | 11011 | 1001010 | 0 | 1011000 | 1110 | 1101110 | 1001110 | 110000 |
Color Harmonies of #3ADC1B
Complementary color
Monochromatic Colors of #3ADC1B
Black with #3ADC1B
Text Example
Text Example
White with #3ADC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC1B; }
p { color: rgb(58,220,27); }
H1.HeaderClassName
{
color: #3ADC1B;
}
.AnyTagClassName
{
color: #3ADC1B;
}
</style>
background-color css
<style>
a { background-color: #3ADC1B; }
a { background-color: rgb(58,220,27); }
div.DivClassName
{
background-color: #3ADC1B;
}
.BgClassName
{
background-color: #3ADC1B;
}
</style>
border-color css
<style>
span { border-color: #3ADC1B; }
span { border-color: rgb(58,220,27); }
td.TdClassName
{
border-color: #3ADC1B;
}
.TagClassName
{
border-color: #3ADC1B;
}
</style>