Shades of Lime Green #3FAD31
Tints of Lime Green #3FAD31
RGB
CMYK
RGB Variations
Color information
#3FAD31 (or 0x3FAD31) is known color: Lime Green. HEX triplet: 3F, AD and 31. RGB value is (63,173,49). Sum of RGB (Red+Green+Blue) = 63+173+49=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD31 is #C052CE. Grayscale: #7E7E7E. Windows color (decimal): -12604111 or 3255615. OLE color: 3255615.
HSL color Cylindrical-coordinate representation of color #3FAD31: hue angle of 113.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FAD31 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 49 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.32 |
| HSL | 113.23º | 0.56% | 0.44% | - |
| HSV(B) | 113.23º | 0.72% | 0.68% | - |
| XYZ | 17.55 | 31.17 | 8 | - |
| YUV | 125.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 49 | 0.64 | 0 | 0.72 | 0.32 | 113.23 | 0.56 | 0.44 |
| Hex | 3F | AD | 31 | 40 | 0 | 48 | 20 | 71 | 38 | 2C |
| Octal | 77 | 255 | 61 | 100 | 0 | 110 | 40 | 161 | 70 | 54 |
| Binary | 111111 | 10101101 | 110001 | 1000000 | 0 | 1001000 | 100000 | 1110001 | 111000 | 101100 |
Color Harmonies of #3FAD31
Complementary color
Monochromatic Colors of #3FAD31
Black with #3FAD31
Text Example
Text Example
White with #3FAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD31; }
p { color: rgb(63,173,49); }
H1.HeaderClassName
{
color: #3FAD31;
}
.AnyTagClassName
{
color: #3FAD31;
}
</style>
background-color css
<style>
a { background-color: #3FAD31; }
a { background-color: rgb(63,173,49); }
div.DivClassName
{
background-color: #3FAD31;
}
.BgClassName
{
background-color: #3FAD31;
}
</style>
border-color css
<style>
span { border-color: #3FAD31; }
span { border-color: rgb(63,173,49); }
td.TdClassName
{
border-color: #3FAD31;
}
.TagClassName
{
border-color: #3FAD31;
}
</style>