Shades of Lime Green #3AD643
Tints of Lime Green #3AD643
RGB
CMYK
RGB Variations
Color information
#3AD643 (or 0x3AD643) is known color: Lime Green. HEX triplet: 3A, D6 and 43. RGB value is (58,214,67). Sum of RGB (Red+Green+Blue) = 58+214+67=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD643 is #C529BC. Grayscale: #979797. Windows color (decimal): -12921277 or 4445754. OLE color: 4445754.
HSL color Cylindrical-coordinate representation of color #3AD643: hue angle of 123.46º 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 #3AD643 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 67 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.16 |
| HSL | 123.46º | 0.66% | 0.53% | - |
| HSV(B) | 123.46º | 0.73% | 0.84% | - |
| XYZ | 26.8 | 49.4 | 13.43 | - |
| YUV | 150.6 | 80.82 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 67 | 0.73 | 0 | 0.69 | 0.16 | 123.46 | 0.66 | 0.53 |
| Hex | 3A | D6 | 43 | 49 | 0 | 45 | 10 | 7B | 42 | 35 |
| Octal | 72 | 326 | 103 | 111 | 0 | 105 | 20 | 173 | 102 | 65 |
| Binary | 111010 | 11010110 | 1000011 | 1001001 | 0 | 1000101 | 10000 | 1111011 | 1000010 | 110101 |
Color Harmonies of #3AD643
Complementary color
Monochromatic Colors of #3AD643
Black with #3AD643
Text Example
Text Example
White with #3AD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD643; }
p { color: rgb(58,214,67); }
H1.HeaderClassName
{
color: #3AD643;
}
.AnyTagClassName
{
color: #3AD643;
}
</style>
background-color css
<style>
a { background-color: #3AD643; }
a { background-color: rgb(58,214,67); }
div.DivClassName
{
background-color: #3AD643;
}
.BgClassName
{
background-color: #3AD643;
}
</style>
border-color css
<style>
span { border-color: #3AD643; }
span { border-color: rgb(58,214,67); }
td.TdClassName
{
border-color: #3AD643;
}
.TagClassName
{
border-color: #3AD643;
}
</style>