Shades of Lime Green #3AD738
Tints of Lime Green #3AD738
RGB
CMYK
RGB Variations
Color information
#3AD738 (or 0x3AD738) is known color: Lime Green. HEX triplet: 3A, D7 and 38. RGB value is (58,215,56). Sum of RGB (Red+Green+Blue) = 58+215+56=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD738 is #C528C7. Grayscale: #969696. Windows color (decimal): -12921032 or 3725114. OLE color: 3725114.
HSL color Cylindrical-coordinate representation of color #3AD738: hue angle of 119.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AD738 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 215 | 56 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.16 |
| HSL | 119.25º | 0.67% | 0.53% | - |
| HSV(B) | 119.25º | 0.74% | 0.84% | - |
| XYZ | 26.76 | 49.79 | 11.94 | - |
| YUV | 149.93 | 74.99 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 56 | 0.73 | 0 | 0.74 | 0.16 | 119.25 | 0.67 | 0.53 |
| Hex | 3A | D7 | 38 | 49 | 0 | 4A | 10 | 77 | 43 | 35 |
| Octal | 72 | 327 | 70 | 111 | 0 | 112 | 20 | 167 | 103 | 65 |
| Binary | 111010 | 11010111 | 111000 | 1001001 | 0 | 1001010 | 10000 | 1110111 | 1000011 | 110101 |
Color Harmonies of #3AD738
Complementary color
Monochromatic Colors of #3AD738
Black with #3AD738
Text Example
Text Example
White with #3AD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD738; }
p { color: rgb(58,215,56); }
H1.HeaderClassName
{
color: #3AD738;
}
.AnyTagClassName
{
color: #3AD738;
}
</style>
background-color css
<style>
a { background-color: #3AD738; }
a { background-color: rgb(58,215,56); }
div.DivClassName
{
background-color: #3AD738;
}
.BgClassName
{
background-color: #3AD738;
}
</style>
border-color css
<style>
span { border-color: #3AD738; }
span { border-color: rgb(58,215,56); }
td.TdClassName
{
border-color: #3AD738;
}
.TagClassName
{
border-color: #3AD738;
}
</style>