Shades of Lime Green #3ADA40
Tints of Lime Green #3ADA40
RGB
CMYK
RGB Variations
Color information
#3ADA40 (or 0x3ADA40) is known color: Lime Green. HEX triplet: 3A, DA and 40. RGB value is (58,218,64). Sum of RGB (Red+Green+Blue) = 58+218+64=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADA40 is #C525BF. Grayscale: #999999. Windows color (decimal): -12920256 or 4250170. OLE color: 4250170.
HSL color Cylindrical-coordinate representation of color #3ADA40: hue angle of 122.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADA40 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 64 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.15 |
| HSL | 122.25º | 0.68% | 0.54% | - |
| HSV(B) | 122.25º | 0.73% | 0.85% | - |
| XYZ | 27.74 | 51.41 | 13.31 | - |
| YUV | 152.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 64 | 0.73 | 0 | 0.71 | 0.15 | 122.25 | 0.68 | 0.54 |
| Hex | 3A | DA | 40 | 49 | 0 | 47 | F | 7A | 44 | 36 |
| Octal | 72 | 332 | 100 | 111 | 0 | 107 | 17 | 172 | 104 | 66 |
| Binary | 111010 | 11011010 | 1000000 | 1001001 | 0 | 1000111 | 1111 | 1111010 | 1000100 | 110110 |
Color Harmonies of #3ADA40
Complementary color
Monochromatic Colors of #3ADA40
Black with #3ADA40
Text Example
Text Example
White with #3ADA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA40; }
p { color: rgb(58,218,64); }
H1.HeaderClassName
{
color: #3ADA40;
}
.AnyTagClassName
{
color: #3ADA40;
}
</style>
background-color css
<style>
a { background-color: #3ADA40; }
a { background-color: rgb(58,218,64); }
div.DivClassName
{
background-color: #3ADA40;
}
.BgClassName
{
background-color: #3ADA40;
}
</style>
border-color css
<style>
span { border-color: #3ADA40; }
span { border-color: rgb(58,218,64); }
td.TdClassName
{
border-color: #3ADA40;
}
.TagClassName
{
border-color: #3ADA40;
}
</style>