Shades of Lime Green #3AD34F
Tints of Lime Green #3AD34F
RGB
CMYK
RGB Variations
Color information
#3AD34F (or 0x3AD34F) is known color: Lime Green. HEX triplet: 3A, D3 and 4F. RGB value is (58,211,79). Sum of RGB (Red+Green+Blue) = 58+211+79=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 211 (82.81% from 255 or 60.63% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD34F is #C52CB0. Grayscale: #969696. Windows color (decimal): -12922033 or 5231418. OLE color: 5231418.
HSL color Cylindrical-coordinate representation of color #3AD34F: hue angle of 128.24º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD34F is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 79 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.17 |
| HSL | 128.24º | 0.63% | 0.53% | - |
| HSV(B) | 128.24º | 0.73% | 0.83% | - |
| XYZ | 26.45 | 48.05 | 15.28 | - |
| YUV | 150.21 | 87.81 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 79 | 0.73 | 0 | 0.63 | 0.17 | 128.24 | 0.63 | 0.53 |
| Hex | 3A | D3 | 4F | 49 | 0 | 3F | 11 | 80 | 3F | 35 |
| Octal | 72 | 323 | 117 | 111 | 0 | 77 | 21 | 200 | 77 | 65 |
| Binary | 111010 | 11010011 | 1001111 | 1001001 | 0 | 111111 | 10001 | 10000000 | 111111 | 110101 |
Color Harmonies of #3AD34F
Complementary color
Monochromatic Colors of #3AD34F
Black with #3AD34F
Text Example
Text Example
White with #3AD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD34F; }
p { color: rgb(58,211,79); }
H1.HeaderClassName
{
color: #3AD34F;
}
.AnyTagClassName
{
color: #3AD34F;
}
</style>
background-color css
<style>
a { background-color: #3AD34F; }
a { background-color: rgb(58,211,79); }
div.DivClassName
{
background-color: #3AD34F;
}
.BgClassName
{
background-color: #3AD34F;
}
</style>
border-color css
<style>
span { border-color: #3AD34F; }
span { border-color: rgb(58,211,79); }
td.TdClassName
{
border-color: #3AD34F;
}
.TagClassName
{
border-color: #3AD34F;
}
</style>