Shades of Lime Green #3AD13F
Tints of Lime Green #3AD13F
RGB
CMYK
RGB Variations
Color information
#3AD13F (or 0x3AD13F) is known color: Lime Green. HEX triplet: 3A, D1 and 3F. RGB value is (58,209,63). Sum of RGB (Red+Green+Blue) = 58+209+63=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD13F is #C52EC0. Grayscale: #939393. Windows color (decimal): -12922561 or 4182330. OLE color: 4182330.
HSL color Cylindrical-coordinate representation of color #3AD13F: hue angle of 121.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD13F is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 209 | 63 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.18 |
| HSL | 121.99º | 0.62% | 0.52% | - |
| HSV(B) | 121.99º | 0.72% | 0.82% | - |
| XYZ | 25.44 | 46.86 | 12.41 | - |
| YUV | 147.21 | 80.47 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 63 | 0.72 | 0 | 0.70 | 0.18 | 121.99 | 0.62 | 0.52 |
| Hex | 3A | D1 | 3F | 48 | 0 | 46 | 12 | 7A | 3E | 34 |
| Octal | 72 | 321 | 77 | 110 | 0 | 106 | 22 | 172 | 76 | 64 |
| Binary | 111010 | 11010001 | 111111 | 1001000 | 0 | 1000110 | 10010 | 1111010 | 111110 | 110100 |
Color Harmonies of #3AD13F
Complementary color
Monochromatic Colors of #3AD13F
Black with #3AD13F
Text Example
Text Example
White with #3AD13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD13F; }
p { color: rgb(58,209,63); }
H1.HeaderClassName
{
color: #3AD13F;
}
.AnyTagClassName
{
color: #3AD13F;
}
</style>
background-color css
<style>
a { background-color: #3AD13F; }
a { background-color: rgb(58,209,63); }
div.DivClassName
{
background-color: #3AD13F;
}
.BgClassName
{
background-color: #3AD13F;
}
</style>
border-color css
<style>
span { border-color: #3AD13F; }
span { border-color: rgb(58,209,63); }
td.TdClassName
{
border-color: #3AD13F;
}
.TagClassName
{
border-color: #3AD13F;
}
</style>