Shades of Lime Green #3AD535
Tints of Lime Green #3AD535
RGB
CMYK
RGB Variations
Color information
#3AD535 (or 0x3AD535) is known color: Lime Green. HEX triplet: 3A, D5 and 35. RGB value is (58,213,53). Sum of RGB (Red+Green+Blue) = 58+213+53=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD535 is #C52ACA. Grayscale: #949494. Windows color (decimal): -12921547 or 3527994. OLE color: 3527994.
HSL color Cylindrical-coordinate representation of color #3AD535: hue angle of 118.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD535 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 53 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.16 |
| HSL | 118.13º | 0.66% | 0.52% | - |
| HSV(B) | 118.13º | 0.75% | 0.84% | - |
| XYZ | 26.18 | 48.75 | 11.4 | - |
| YUV | 148.42 | 74.15 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 53 | 0.73 | 0 | 0.75 | 0.16 | 118.13 | 0.66 | 0.52 |
| Hex | 3A | D5 | 35 | 49 | 0 | 4B | 10 | 76 | 42 | 34 |
| Octal | 72 | 325 | 65 | 111 | 0 | 113 | 20 | 166 | 102 | 64 |
| Binary | 111010 | 11010101 | 110101 | 1001001 | 0 | 1001011 | 10000 | 1110110 | 1000010 | 110100 |
Color Harmonies of #3AD535
Complementary color
Monochromatic Colors of #3AD535
Black with #3AD535
Text Example
Text Example
White with #3AD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD535; }
p { color: rgb(58,213,53); }
H1.HeaderClassName
{
color: #3AD535;
}
.AnyTagClassName
{
color: #3AD535;
}
</style>
background-color css
<style>
a { background-color: #3AD535; }
a { background-color: rgb(58,213,53); }
div.DivClassName
{
background-color: #3AD535;
}
.BgClassName
{
background-color: #3AD535;
}
</style>
border-color css
<style>
span { border-color: #3AD535; }
span { border-color: rgb(58,213,53); }
td.TdClassName
{
border-color: #3AD535;
}
.TagClassName
{
border-color: #3AD535;
}
</style>