Shades of Lime Green #3AD743
Tints of Lime Green #3AD743
RGB
CMYK
RGB Variations
Color information
#3AD743 (or 0x3AD743) is known color: Lime Green. HEX triplet: 3A, D7 and 43. RGB value is (58,215,67). Sum of RGB (Red+Green+Blue) = 58+215+67=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 215 (84.38% from 255 or 63.24% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD743 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD743 is #C528BC. Grayscale: #979797. Windows color (decimal): -12921021 or 4446010. OLE color: 4446010.
HSL color Cylindrical-coordinate representation of color #3AD743: hue angle of 123.44º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD743 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 67 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.16 |
| HSL | 123.44º | 0.66% | 0.54% | - |
| HSV(B) | 123.44º | 0.73% | 0.84% | - |
| XYZ | 27.06 | 49.91 | 13.52 | - |
| YUV | 151.19 | 80.49 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 67 | 0.73 | 0 | 0.69 | 0.16 | 123.44 | 0.66 | 0.54 |
| Hex | 3A | D7 | 43 | 49 | 0 | 45 | 10 | 7B | 42 | 36 |
| Octal | 72 | 327 | 103 | 111 | 0 | 105 | 20 | 173 | 102 | 66 |
| Binary | 111010 | 11010111 | 1000011 | 1001001 | 0 | 1000101 | 10000 | 1111011 | 1000010 | 110110 |
Color Harmonies of #3AD743
Complementary color
Monochromatic Colors of #3AD743
Black with #3AD743
Text Example
Text Example
White with #3AD743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD743; }
p { color: rgb(58,215,67); }
H1.HeaderClassName
{
color: #3AD743;
}
.AnyTagClassName
{
color: #3AD743;
}
</style>
background-color css
<style>
a { background-color: #3AD743; }
a { background-color: rgb(58,215,67); }
div.DivClassName
{
background-color: #3AD743;
}
.BgClassName
{
background-color: #3AD743;
}
</style>
border-color css
<style>
span { border-color: #3AD743; }
span { border-color: rgb(58,215,67); }
td.TdClassName
{
border-color: #3AD743;
}
.TagClassName
{
border-color: #3AD743;
}
</style>