Shades of Lime Green #3AD31E
Tints of Lime Green #3AD31E
RGB
CMYK
RGB Variations
Color information
#3AD31E (or 0x3AD31E) is known color: Lime Green. HEX triplet: 3A, D3 and 1E. RGB value is (58,211,30). Sum of RGB (Red+Green+Blue) = 58+211+30=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 211 (82.81% from 255 or 70.57% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD31E is #C52CE1. Grayscale: #919191. Windows color (decimal): -12922082 or 2020154. OLE color: 2020154.
HSL color Cylindrical-coordinate representation of color #3AD31E: hue angle of 110.72º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AD31E is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 58 | 211 | 30 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.17 |
| HSL | 110.72º | 0.75% | 0.47% | - |
| HSV(B) | 110.72º | 0.86% | 0.83% | - |
| XYZ | 25.27 | 47.58 | 9.08 | - |
| YUV | 144.62 | 63.31 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 211 | 30 | 0.73 | 0 | 0.86 | 0.17 | 110.72 | 0.75 | 0.47 |
| Hex | 3A | D3 | 1E | 49 | 0 | 56 | 11 | 6F | 4B | 2F |
| Octal | 72 | 323 | 36 | 111 | 0 | 126 | 21 | 157 | 113 | 57 |
| Binary | 111010 | 11010011 | 11110 | 1001001 | 0 | 1010110 | 10001 | 1101111 | 1001011 | 101111 |
Color Harmonies of #3AD31E
Complementary color
Monochromatic Colors of #3AD31E
Black with #3AD31E
Text Example
Text Example
White with #3AD31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD31E; }
p { color: rgb(58,211,30); }
H1.HeaderClassName
{
color: #3AD31E;
}
.AnyTagClassName
{
color: #3AD31E;
}
</style>
background-color css
<style>
a { background-color: #3AD31E; }
a { background-color: rgb(58,211,30); }
div.DivClassName
{
background-color: #3AD31E;
}
.BgClassName
{
background-color: #3AD31E;
}
</style>
border-color css
<style>
span { border-color: #3AD31E; }
span { border-color: rgb(58,211,30); }
td.TdClassName
{
border-color: #3AD31E;
}
.TagClassName
{
border-color: #3AD31E;
}
</style>