Shades of Lime Green #3AD648
Tints of Lime Green #3AD648
RGB
CMYK
RGB Variations
Color information
#3AD648 (or 0x3AD648) is known color: Lime Green. HEX triplet: 3A, D6 and 48. RGB value is (58,214,72). Sum of RGB (Red+Green+Blue) = 58+214+72=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD648 is #C529B7. Grayscale: #979797. Windows color (decimal): -12921272 or 4773434. OLE color: 4773434.
HSL color Cylindrical-coordinate representation of color #3AD648: hue angle of 125.38º 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 #3AD648 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 72 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.16 |
| HSL | 125.38º | 0.66% | 0.53% | - |
| HSV(B) | 125.38º | 0.73% | 0.84% | - |
| XYZ | 26.96 | 49.46 | 14.26 | - |
| YUV | 151.17 | 83.32 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 72 | 0.73 | 0 | 0.66 | 0.16 | 125.38 | 0.66 | 0.53 |
| Hex | 3A | D6 | 48 | 49 | 0 | 42 | 10 | 7D | 42 | 35 |
| Octal | 72 | 326 | 110 | 111 | 0 | 102 | 20 | 175 | 102 | 65 |
| Binary | 111010 | 11010110 | 1001000 | 1001001 | 0 | 1000010 | 10000 | 1111101 | 1000010 | 110101 |
Color Harmonies of #3AD648
Complementary color
Monochromatic Colors of #3AD648
Black with #3AD648
Text Example
Text Example
White with #3AD648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD648; }
p { color: rgb(58,214,72); }
H1.HeaderClassName
{
color: #3AD648;
}
.AnyTagClassName
{
color: #3AD648;
}
</style>
background-color css
<style>
a { background-color: #3AD648; }
a { background-color: rgb(58,214,72); }
div.DivClassName
{
background-color: #3AD648;
}
.BgClassName
{
background-color: #3AD648;
}
</style>
border-color css
<style>
span { border-color: #3AD648; }
span { border-color: rgb(58,214,72); }
td.TdClassName
{
border-color: #3AD648;
}
.TagClassName
{
border-color: #3AD648;
}
</style>