Shades of Lime Green #3AD640
Tints of Lime Green #3AD640
RGB
CMYK
RGB Variations
Color information
#3AD640 (or 0x3AD640) is known color: Lime Green. HEX triplet: 3A, D6 and 40. RGB value is (58,214,64). Sum of RGB (Red+Green+Blue) = 58+214+64=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD640 is #C529BF. Grayscale: #969696. Windows color (decimal): -12921280 or 4249146. OLE color: 4249146.
HSL color Cylindrical-coordinate representation of color #3AD640: hue angle of 122.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD640 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 64 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.16 |
| HSL | 122.31º | 0.66% | 0.53% | - |
| HSV(B) | 122.31º | 0.73% | 0.84% | - |
| XYZ | 26.72 | 49.36 | 12.97 | - |
| YUV | 150.26 | 79.32 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 64 | 0.73 | 0 | 0.70 | 0.16 | 122.31 | 0.66 | 0.53 |
| Hex | 3A | D6 | 40 | 49 | 0 | 46 | 10 | 7A | 42 | 35 |
| Octal | 72 | 326 | 100 | 111 | 0 | 106 | 20 | 172 | 102 | 65 |
| Binary | 111010 | 11010110 | 1000000 | 1001001 | 0 | 1000110 | 10000 | 1111010 | 1000010 | 110101 |
Color Harmonies of #3AD640
Complementary color
Monochromatic Colors of #3AD640
Black with #3AD640
Text Example
Text Example
White with #3AD640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD640; }
p { color: rgb(58,214,64); }
H1.HeaderClassName
{
color: #3AD640;
}
.AnyTagClassName
{
color: #3AD640;
}
</style>
background-color css
<style>
a { background-color: #3AD640; }
a { background-color: rgb(58,214,64); }
div.DivClassName
{
background-color: #3AD640;
}
.BgClassName
{
background-color: #3AD640;
}
</style>
border-color css
<style>
span { border-color: #3AD640; }
span { border-color: rgb(58,214,64); }
td.TdClassName
{
border-color: #3AD640;
}
.TagClassName
{
border-color: #3AD640;
}
</style>