Shades of Lime Green #3FAD34
Tints of Lime Green #3FAD34
RGB
CMYK
RGB Variations
Color information
#3FAD34 (or 0x3FAD34) is known color: Lime Green. HEX triplet: 3F, AD and 34. RGB value is (63,173,52). Sum of RGB (Red+Green+Blue) = 63+173+52=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD34 is #C052CB. Grayscale: #7E7E7E. Windows color (decimal): -12604108 or 3452223. OLE color: 3452223.
HSL color Cylindrical-coordinate representation of color #3FAD34: hue angle of 114.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FAD34 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 52 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.32 |
| HSL | 114.55º | 0.54% | 0.44% | - |
| HSV(B) | 114.55º | 0.7% | 0.68% | - |
| XYZ | 17.61 | 31.19 | 8.34 | - |
| YUV | 126.32 | 86.06 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 52 | 0.64 | 0 | 0.70 | 0.32 | 114.55 | 0.54 | 0.44 |
| Hex | 3F | AD | 34 | 40 | 0 | 46 | 20 | 73 | 36 | 2C |
| Octal | 77 | 255 | 64 | 100 | 0 | 106 | 40 | 163 | 66 | 54 |
| Binary | 111111 | 10101101 | 110100 | 1000000 | 0 | 1000110 | 100000 | 1110011 | 110110 | 101100 |
Color Harmonies of #3FAD34
Complementary color
Monochromatic Colors of #3FAD34
Black with #3FAD34
Text Example
Text Example
White with #3FAD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD34; }
p { color: rgb(63,173,52); }
H1.HeaderClassName
{
color: #3FAD34;
}
.AnyTagClassName
{
color: #3FAD34;
}
</style>
background-color css
<style>
a { background-color: #3FAD34; }
a { background-color: rgb(63,173,52); }
div.DivClassName
{
background-color: #3FAD34;
}
.BgClassName
{
background-color: #3FAD34;
}
</style>
border-color css
<style>
span { border-color: #3FAD34; }
span { border-color: rgb(63,173,52); }
td.TdClassName
{
border-color: #3FAD34;
}
.TagClassName
{
border-color: #3FAD34;
}
</style>