Shades of Lime Green #3AD631
Tints of Lime Green #3AD631
RGB
CMYK
RGB Variations
Color information
#3AD631 (or 0x3AD631) is known color: Lime Green. HEX triplet: 3A, D6 and 31. RGB value is (58,214,49). Sum of RGB (Red+Green+Blue) = 58+214+49=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 214 (83.98% from 255 or 66.67% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD631 is #C529CE. Grayscale: #959595. Windows color (decimal): -12921295 or 3266106. OLE color: 3266106.
HSL color Cylindrical-coordinate representation of color #3AD631: hue angle of 116.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD631 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 214 | 49 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.16 |
| HSL | 116.73º | 0.67% | 0.52% | - |
| HSV(B) | 116.73º | 0.77% | 0.84% | - |
| XYZ | 26.35 | 49.21 | 11.02 | - |
| YUV | 148.55 | 71.82 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 49 | 0.73 | 0 | 0.77 | 0.16 | 116.73 | 0.67 | 0.52 |
| Hex | 3A | D6 | 31 | 49 | 0 | 4D | 10 | 75 | 43 | 34 |
| Octal | 72 | 326 | 61 | 111 | 0 | 115 | 20 | 165 | 103 | 64 |
| Binary | 111010 | 11010110 | 110001 | 1001001 | 0 | 1001101 | 10000 | 1110101 | 1000011 | 110100 |
Color Harmonies of #3AD631
Complementary color
Monochromatic Colors of #3AD631
Black with #3AD631
Text Example
Text Example
White with #3AD631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD631; }
p { color: rgb(58,214,49); }
H1.HeaderClassName
{
color: #3AD631;
}
.AnyTagClassName
{
color: #3AD631;
}
</style>
background-color css
<style>
a { background-color: #3AD631; }
a { background-color: rgb(58,214,49); }
div.DivClassName
{
background-color: #3AD631;
}
.BgClassName
{
background-color: #3AD631;
}
</style>
border-color css
<style>
span { border-color: #3AD631; }
span { border-color: rgb(58,214,49); }
td.TdClassName
{
border-color: #3AD631;
}
.TagClassName
{
border-color: #3AD631;
}
</style>