Shades of Lime Green #3AD744
Tints of Lime Green #3AD744
RGB
CMYK
RGB Variations
Color information
#3AD744 (or 0x3AD744) is known color: Lime Green. HEX triplet: 3A, D7 and 44. RGB value is (58,215,68). Sum of RGB (Red+Green+Blue) = 58+215+68=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD744 is #C528BB. Grayscale: #979797. Windows color (decimal): -12921020 or 4511546. OLE color: 4511546.
HSL color Cylindrical-coordinate representation of color #3AD744: hue angle of 123.82º 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 #3AD744 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 68 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.16 |
| HSL | 123.82º | 0.66% | 0.54% | - |
| HSV(B) | 123.82º | 0.73% | 0.84% | - |
| XYZ | 27.09 | 49.92 | 13.68 | - |
| YUV | 151.3 | 80.99 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 68 | 0.73 | 0 | 0.68 | 0.16 | 123.82 | 0.66 | 0.54 |
| Hex | 3A | D7 | 44 | 49 | 0 | 44 | 10 | 7C | 42 | 36 |
| Octal | 72 | 327 | 104 | 111 | 0 | 104 | 20 | 174 | 102 | 66 |
| Binary | 111010 | 11010111 | 1000100 | 1001001 | 0 | 1000100 | 10000 | 1111100 | 1000010 | 110110 |
Color Harmonies of #3AD744
Complementary color
Monochromatic Colors of #3AD744
Black with #3AD744
Text Example
Text Example
White with #3AD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD744; }
p { color: rgb(58,215,68); }
H1.HeaderClassName
{
color: #3AD744;
}
.AnyTagClassName
{
color: #3AD744;
}
</style>
background-color css
<style>
a { background-color: #3AD744; }
a { background-color: rgb(58,215,68); }
div.DivClassName
{
background-color: #3AD744;
}
.BgClassName
{
background-color: #3AD744;
}
</style>
border-color css
<style>
span { border-color: #3AD744; }
span { border-color: rgb(58,215,68); }
td.TdClassName
{
border-color: #3AD744;
}
.TagClassName
{
border-color: #3AD744;
}
</style>