Shades of Lime Green #3AD251
Tints of Lime Green #3AD251
RGB
CMYK
RGB Variations
Color information
#3AD251 (or 0x3AD251) is known color: Lime Green. HEX triplet: 3A, D2 and 51. RGB value is (58,210,81). Sum of RGB (Red+Green+Blue) = 58+210+81=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD251 is #C52DAE. Grayscale: #969696. Windows color (decimal): -12922287 or 5362234. OLE color: 5362234.
HSL color Cylindrical-coordinate representation of color #3AD251: hue angle of 129.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD251 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 81 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.18 |
| HSL | 129.08º | 0.63% | 0.53% | - |
| HSV(B) | 129.08º | 0.72% | 0.82% | - |
| XYZ | 26.28 | 47.59 | 15.58 | - |
| YUV | 149.85 | 89.14 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 81 | 0.72 | 0 | 0.61 | 0.18 | 129.08 | 0.63 | 0.53 |
| Hex | 3A | D2 | 51 | 48 | 0 | 3D | 12 | 81 | 3F | 35 |
| Octal | 72 | 322 | 121 | 110 | 0 | 75 | 22 | 201 | 77 | 65 |
| Binary | 111010 | 11010010 | 1010001 | 1001000 | 0 | 111101 | 10010 | 10000001 | 111111 | 110101 |
Color Harmonies of #3AD251
Complementary color
Monochromatic Colors of #3AD251
Black with #3AD251
Text Example
Text Example
White with #3AD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD251; }
p { color: rgb(58,210,81); }
H1.HeaderClassName
{
color: #3AD251;
}
.AnyTagClassName
{
color: #3AD251;
}
</style>
background-color css
<style>
a { background-color: #3AD251; }
a { background-color: rgb(58,210,81); }
div.DivClassName
{
background-color: #3AD251;
}
.BgClassName
{
background-color: #3AD251;
}
</style>
border-color css
<style>
span { border-color: #3AD251; }
span { border-color: rgb(58,210,81); }
td.TdClassName
{
border-color: #3AD251;
}
.TagClassName
{
border-color: #3AD251;
}
</style>